Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where should my conditions go ?
Message
De
01/07/2011 09:43:36
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Where should my conditions go ?
Divers
Thread ID:
01517006
Message ID:
01517006
Vues:
106
Must be Friday

If I am selecting from multiple tables should my join have any conditions in it

like
  join attribute
	on attribute.individual_ref = I.individual_ref
        and attribute.attr_code_ref=9289	
where condition
or should I have
 join attribute
	on attribute.individual_ref = I.individual_ref
where condition
        and attribute.attr_code_ref=9289	
thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform