Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query Not Working
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01089581
Message ID:
01089587
Views:
19
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
Previous
Reply
Map
View

Click here to load this message in the networking platform