Hi Hasim,
The easiest way to write this is:
SELECT name state
FROM country
WHERE state NOT IN ('CA' , 'WA' , 'IL' , 'NY')
Regards,
Ashvin
Hi Hasim,
The easiest way to write this is:
SELECT name state
FROM country
WHERE state NOT IN ('CA' , 'WA' , 'IL' , 'NY')
Regards,
Ashvin