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 官宣新年祝福语简短