« Return to Thread: MySQL query issues

MySQL query issues

by Keith Clark-2 :: Rate this Message:

Reply to Author | View in Thread

I want to do this:

select *
from Purchases
left join tblStoreSales
on Purchases.model=tblStoreSales.ISBN
where tblStoreSales.ISBN is null
and Purchases.date<"2008-06-11"

in Base but not sure how to.  Why does it inject all these ` marks?

All I get is syntax error.

Thanks for the help,

Keith



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: MySQL query issues