网址:http://www.jb51.net/article/49156.htm
利用not exists语句
insert into deviceentry (customerId,allNumber) select 'c','d' where not exists (select * from deviceentry);原文链接:https://www.f2er.com/sqlite/198269.html
网址:http://www.jb51.net/article/49156.htm
利用not exists语句
insert into deviceentry (customerId,allNumber) select 'c','d' where not exists (select * from deviceentry);原文链接:https://www.f2er.com/sqlite/198269.html