I am sure making a silly mistake but I can\'t figure what:
In SQL Server 2005 I am trying select all customers except those who have made a reservation before 2 AM.<
select * from table_name where id=5 and column_name not in ('sandy,'pandy');