mysql 存储过程判断重复的不插入数据
mysql存储过程中
下面是一个较常见的场景,判断表中某列是否存在某值,如果存在执行某操作
需要注意的是不能用ifexists;
exists可以在where后面或者在createobject是使用,但是在if语句中不可以使用,只能用变通的方法。
delimiter$$ createprocedureproc_add_book(in$bookNamevarchar(200),in$pricefloat) begin declare$existsFlagintdefault0; selectbookIdinto$existsFlagfrombookwherebookName=$bookNamelimit1; ifbookId>0then #ifnotexists(select*frombookwherebookNumber=$bookName)then insertintobook(bookNumber,price)values($bookName,$price); endif; end$$ delimiter;
热门推荐
10 小红书平安祝福语简短
11 生日祝福语大全女孩简短
12 收生日红包祝福语 简短
13 领证幽默祝福语简短
14 法考面试祝福语简短
15 老哥出门祝福语简短语
16 送灯祝福语简短独特
17 幼儿狗年祝福语大全简短
18 好听的元旦简短祝福语