发布网友 发布时间:2022-05-02 13:36
共2个回答
懂视网 时间:2022-05-02 17:57
解答:利用not exists语句,如下:
insert into [Student]([Name], [Age]) select ‘周俊豪‘, 21 where not exists (select * from [Student] where [Name]=‘周俊豪‘)??
执行该语句,第一遍执行之后会将 周俊豪 这条数据插入,再次执行则不再进行插入操作了。
文章同步更新:http://www.motyer.cn/Files/BlogDetails/sqlite-insert-into-where-not-exists.html
sqlite不存在记录则插入数据
标签:分享 from div name target student 数据库 margin 利用
热心网友 时间:2022-05-02 15:05
这个只能你自己判断,插入的时候,如果ECP存在,会插入失败,你自己判断是否插入失败,如果插入失败,那么你就可以用modify来更新CNT。插入成功与否,会有返回相应的值的,很好解决的。有问题可以继续找我!