摘要:
增加:insert into 数据表(字段1,字段2,字段3) values('值1','值2','值3')删除:delete from 数据表 where id=你要删除的数据id修改:update 数据表 set 字段1=‘值1’,字段2=‘值2’,字段3=‘值3’ where id=你要修改的 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.... 阅读全文