14 December 2010 podtech No Comments SQL Where values are not in another tableSQL Where values are not in another table [sql] select TCode from Tracking where not exists (select * from Task where Task.TCode = Tracking.TCode ) [/sql]Post TagsMYSQL SQL SQL Where values are not in another table Where values are not in another table