Jump to content

CoolB

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by CoolB

  1. 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...