Home Forums SQL Server 2005 T-SQL (SS2K5) Where condition not equal to multiple columns - PUZZLE - who can solve this? RE: Where condition not equal to multiple columns - PUZZLE - who can solve this?

  • --Statement 2

    select * from @Table1

    where (column2 != 'AP' or column3 != 'U')

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.