the result of query mysql output "if exists" in store procedure with "select exist" is different
I want to check if this record is already on the list. l have 3 query. 1 procedure "if exists". 1 procedure "if (select count(*) from tbl ) > 0". 1 "select exists()". but 2 procedures have the same result. different from the "select exists" query query procedure "if exists" CREATE DEFINER=`admin`@`localhost` PROCEDURE `ins_upd_price_cust`(IN buyerid2… Read More the result of query mysql output "if exists" in store procedure with "select exist" is different