时间:2021-07-01 10:21:17 帮助过:845人阅读
insert into [table] ([column],[column],[column]) values(?,?,?)
delete from [table] where column = ?
update [table] set column = ? where column = ?
select * from [table] where [column] = ?
select * from [table]
order by [column] asc
注意:
select * from [table] limit [offset], [limit]
注意:
select [column], [column] form [table] where [column] = ?
四种简单的sql语句(增删改查语句)
标签:sql tab form fse 偏移量 排列 val rom order by