Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Join I think
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Join I think
Miscellaneous
Thread ID:
01047387
Message ID:
01047387
Views:
48
select sum(qtyshp) + @qtyord from pkpro..artran as a inner join icitem as i on a.item = i.item where custno = @custno and i.comcode = 'KR' and a.item like 'X%'


I'm kinda stuck on this one, I'm not sure if this is right. I basically want to make sure that every a.item like 'X%' has a comcode of 'KR'. I think this is right....any help would be great! TIA!!!
Next
Reply
Map
View

Click here to load this message in the networking platform