Jump to content

CoolB

Members
  • Posts

    1
  • Joined

  • Last visited

CoolB's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. CoolB

    where not

    SELECT * FROM Customers WHERE NOT Country='Germany' AND NOT Country='USA'and not country="Mexico"; I am new to SQL and learning "where not" syntax. Wonder how can I make the above string shorter? or any other way this can be written? how do I use <> here?
×
×
  • Create New...