摘要: sql增删改查 一、插入语句 insert into [table] ([column],[column],[column]) values(?,?,?) 二、删除语句 delete from [table] where column = ? 三、修改语句 update [table] set co 阅读全文
posted @ 2020-11-12 13:50 RanXingshuo 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 一、插入语句 insert into [table] ([column],[column],[column]) values(?,?,?) 二、删除语句 delete from [table] where column = ? 三、修改语句 update [table] set column = ? 阅读全文
posted @ 2020-11-12 13:48 RanXingshuo 阅读(8) 评论(0) 推荐(0) 编辑