//最簡(jiǎn)單的查詢(xún)
select * from table
//最簡(jiǎn)單的修改
update table set name='修改' where id=1
//最簡(jiǎn)單的刪除
delete from table where id=1
//最簡(jiǎn)單的添加
insert into table (name) values ('ceshi')
更多信息請(qǐng)查看IT技術(shù)專(zhuān)欄