case-sensitive Left Join

L

Lakshman

From the Microsoft site, I'm able to het help on how to
perform a case-sensitive match on an equi join (inner
join).

Can some one help me out on how to do a left join case-
sensitive query?

Example: Table_A has a field f1 that has values like ABC.

Table_B has a field f2 with values like abc and ABC.

I want to do a join that gets me all the data from Table_A
and the matching ones from Table_B by doing case-sensitive
join on the 2 tables.

Appreciate your help.
 

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

Top