Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query Not Working
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
01089581
Message ID:
01089587
Vues:
17
select c.client_code, c.client_name
    from   media_order_detail mod 
		inner join media_order mo  on
		   mod.id =mo.media_order
		inner join document d on
	           mo.document = d.id 
		inner join client c 
		   d.client = c.id
Roses are #FF0000 Violets are #0000FF all my base are belong to you
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform