How can I join two table (with a query) that, one table has no data and the other has some data!!???
this is because some times my data base may have a table with or with out data.
thanks
I can't use:
SELECT comp.NAME, car.ID
FROM comp, car
it returns an empty table...