mysql q..... -
11-01-2005
, 12:49 PM
Lets say I have two tables: tbl_cars (vin,make, model, color..._ and
tbl_inspection(vin,emissions, brakes, gas...) and I want to select all cars
that have not yet been inspected. Is there a way to do this with one SQL
statement or do I have to SELECT * FROM cars and run through each one to
check if its been inspected?
Thanks!
Alex |