--增刪改查
--增
insert into 表名(列名) value(值列表) --刪
delect from 表名 where 條件 --改
update 表名 set 列名=值1,列名2=值2 where 條件 --查
select 列名1,列名2,...from 表名 where 條件 group by 列名 having 集合函數條件 order by 列名
--增刪改查
--增
insert into 表名(列名) value(值列表) --刪
delect from 表名 where 條件 --改
update 表名 set 列名=值1,列名2=值2 where 條件 --查
select 列名1,列名2,...from 表名 where 條件 group by 列名 having 集合函數條件 order by 列名
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。