2013-12-11 人閱讀
答:創(chuàng)建表:creat table 表名 (id, int, name, char(10))
插入紀(jì)錄:insert into 表名 (id, name) values(1, '測(cè)試')
刪除紀(jì)錄:delete 表名 where name='測(cè)試'
修改紀(jì)錄:update 表名 set name='賬號(hào)' where id=1
刪除表:drop table 表名微信公眾號(hào) 關(guān)注我們
加我微信 售前咨詢
加我微信 售前咨詢