Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why did they do this
Message
From
26/03/2005 09:41:09
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Why did they do this
Miscellaneous
Thread ID:
00999274
Message ID:
00999274
Views:
48
I am redoing one of the programs from one of our best programmers who left.
Why did she code FROM wms_ITRN_all wms_ITRN without a comma and then join them later ?



FROM

wms_ITRN_all wms_ITRN

INNER JOIN

Inventory

ON

wms_ITRN.Sku = Inventory.primary_reference

LEFT OUTER JOIN

wms_AdjustmentDetail_All

ON wms_ITRN.ItrnKey = wms_AdjustmentDetail_All.ItrnKey

Thanks
Jim
Next
Reply
Map
View

Click here to load this message in the networking platform