Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Left join
Message
De
16/02/2011 06:43:31
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Left join
Divers
Thread ID:
01500354
Message ID:
01500354
Vues:
108
Hi
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform