Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slq statement help
Message
 
 
To
08/10/2001 20:05:28
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00565753
Message ID:
00565757
Views:
19
SELECT lot,count(lot) as labels,sum(IIF(received=.t.,1,0)) as received ;
FROM mytable ;
GROUP BY lot

(This is assuming that there is always a label for each lot)

HTH

Tom

>Hi guys!
>
>I have a table with the next fields:
>
>Lot --- Label ---- received
>4848 -- 001 ---- t
>4848 -- 002 ---- t
>4848 -- 003 ---- f
>4848 -- 004 ---- t
>4048 -- 005 ---- t
>4048 -- 006 ---- t
>4048 -- 007 ---- f
>
>I need a sql command that returns the next dataset:
>Lote---labels---received
>4848----4 ------ 3
>4048----3 -------2
>
>I'd really appreciate it any kind of help !
>
>Best Regards
>Martin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform