Does *= exist in Access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does *= and =* exist in MS access as left and right joins or do we have to
use the Right Join, left join keywords?

Thanks,
VM
 
You need to use the keywords. (In fact, I believe SQL Server is moving away
from that notation as well, as it isn't standard)
 
And can I use the keywords Right Join in the From and the '=' clauses in the
Where ? Or can I only use one notation?

Thanks.
VM
 
Yes, Right Join is only in the From part. The Where section uses the
algebraic operators.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Aggregate Function Error 0
Nested query problem 6
Access 2010 query for 3 tables 0
cast access text to numeric 0
Good morning 5
HELP WITH Access QUERY PLEASE :) 8
outer join 10
Table ALIAS of INNER JOINs ?!?! 2

Back
Top