Existuji moznosti zapisu v MySQL obdobne jako pro ORACLE :
where not exists (select * from <nazev tabulky> t2
where t1.znak>t2.znak);
nebo
if exists (select * from........)
Manual jsem prochazel , ale nic jsem nenasel.
Diky Jirka