摘要:
sql增删改查 一、插入语句 insert into [table] ([column],[column],[column]) values(?,?,?) 二、删除语句 delete from [table] where column = ? 三、修改语句 update [table] set co 阅读全文
posted @ 2020-11-12 13:50
RanXingshuo
阅读(125)
评论(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
阅读(16)
评论(0)
推荐(0)

浙公网安备 33010602011771号