Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How many records?
Message
From
21/06/1998 06:46:39
 
 
To
21/06/1998 06:04:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00110343
Message ID:
00110347
Views:
24
>Hi all!
>
>I have a table with 3 fields
>
>order store pallet
>22 1 234
>22 1 235
>22 1 236
>23 1 240
>23 1 241
>
>How to use a SELECT so i know that order 22 have 3 records
>and order 23 have 2 records??
>
>Best regards
>
>Per Simmersholm

Select all table.order, count(table.pallet) from table order by 1 group by 1
Saludos,
A.G.P.
---------
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform