Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Select question
Message
From
31/05/2003 10:53:36
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00794865
Message ID:
00794868
Views:
10
Hi Dmitry,

select PART_NO, NVL(sum( QTY_USED),00000000) as qty_sum from PARTS
left join PARTSUSED on PART_NO.PART_NO = PARTSUSED.PART_NO where (DateFilter)

Use 00000000 like Mask to format the result.

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform