Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Left join
Message
From
16/02/2011 06:59:18
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
01500354
Message ID:
01500360
Views:
41
>Yes it's LEFT join.
>
>>I'm suffering from sql blindness this this morning
>>
>>If I have two tables and I want all the data from table1 and matching data from table2 is that not a left join ?
>>
>>ie
>>
>> select table1.data,table2.data from table1 left join table2 on table1.key = table2.key
>>
>>is that right or wrong ?
>>
>>Thanks

Thanks Sergey. I thought that was correct. Something else was causing issues with the result.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform