Viewing 6 posts - 1 through 7 (of 7 total)
Hi Jeff. Thanks for the example. It works well. I read through the articles you suggested. And now have a much better understanding of what's required and where you guys...
September 26, 2011 at 12:35 pm
Can anyone help show me the SQL required to reslove my issue? I've never used an OUTER APPLY before.
Appreciated.
September 23, 2011 at 11:47 am
Not quite sure I follow. Can you provide the SQL statements required for your two recommended solutions?
Thanks.
September 23, 2011 at 8:32 am
The issue is when I try to run statement:
SELECT PWARD_EQUIPMENT.EQUIPMENT_ID, PWARD_EQUIPMENT.AMMO_QUANTITY AS QUANTITY_ON_HAND,
SUM(PWARD_AMMO_USE_EQUIPMENT.QUANTITY_USED) AS QUANTITY_USED, SUM(PWARD_EQUIPMENT.AMMO_QUANTITY + QUANTITY_USED) AS QUANTITY_RECEIVED
FROM ...
September 23, 2011 at 8:14 am
Thanks alot. Much appreciated.
September 1, 2011 at 4:17 pm
Do you have a sample that I can review?
Thanks, appreciated.
August 30, 2011 at 7:58 am
Viewing 6 posts - 1 through 7 (of 7 total)