Proč používáte UNION
mezi stejnou Table
. Tento dotaz můžete snadno dokončit pomocí operators
jako
Select * from country where country_code='AL' or (country_name <> 'Land islands' and country_code <> 'AX');
Doufám, že vám to bude fungovat.
Proč používáte UNION
mezi stejnou Table
. Tento dotaz můžete snadno dokončit pomocí operators
jako
Select * from country where country_code='AL' or (country_name <> 'Land islands' and country_code <> 'AX');
Doufám, že vám to bude fungovat.