using the not condition in sql

Solutions on MaxInterview for using the not condition in sql by the best coders in the world

showing results for - "using the not condition in sql"
Lilli
15 Jun 2018
1SELECT *
2FROM customers
3WHERE customer_name NOT IN ( 'IBM', 'Hewlett Packard', 'Microsoft' );
similar questions
queries leading to this page
using the not condition in sql