21,890
社区成员
发帖
与我相关
我的任务
分享
if md5Str =md5(info) then
.....没有执行,就是两个值不一样。。。
else
delete from table where id=_id
endif;

select count(*) into x from tbl_name where md5Str!=md5(info);
if x = 0 then
.....