-
left outer join in openquery
How would i left outer join users onto comprofiler?
Select *
from openquery(AccS_TRAINER, 'select id, firstname, lastname, address, city, state, zipcode, cb_phone, cb_cellphone from accs_comprofiler')
select
*
from openquery(AccS_TRAINER, 'select id, usertype from accs_users where usertype = "registered"')
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks