Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to select out latest generations of routes
Message
From
19/12/2005 11:11:25
 
 
To
19/12/2005 11:06:37
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01079188
Message ID:
01079200
Views:
18
My God, that was quick!

Hang on Cetin and I'll give that a try then get back to you.

Thanks

Terry

>
>select * from RZStop r1 ;
> where r1.Gen = (select max(Gen) from RZStop r2 where r1.zone = r2.zone)
>
>select * from RZStop r1 ;
> where r1.zone = 20 and ;
> r1.Gen = (select max(Gen) from RZStop r2 where r1.zone = r2.zone)
>
Cetin
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Reply
Map
View

Click here to load this message in the networking platform