How can I implement an IF statement with a Exist predicate
ej.
if exists(select 1 from dba.mytable where mycolumnpk=1) then begin
   insert into z values (1);
end;


-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to