Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use standard SQL statement
Message
From
11/12/2006 14:04:00
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01175780
Message ID:
01176629
Views:
8
>Try :
>
>DELETE FROM t1 ;
>  WHERE left(rida,2) NOT IN ;
>   (SELECT left(rida,2) FROM  t2 where month in (sele MAX(month) FROM t2))
This does not work.

sele MAX(month) FROM t2

returns global maximum only.
I need different maximums for each left(rida,2) groups.
Andrus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform