insert into 表名 value(),
delete from 表名 where 条件,
update 表名 set 列名称=新值 where 列名称=旧值,
select * (as 名称)from 表1 left join 表2 on 1_id=2_id
后续再补充,
order by 排序。
insert into 表名 value(),
delete from 表名 where 条件,
update 表名 set 列名称=新值 where 列名称=旧值,
select * (as 名称)from 表1 left join 表2 on 1_id=2_id
后续再补充,
order by 排序。