Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need Help with SQL Statement
Message
From
20/09/1997 10:25:12
 
 
To
20/09/1997 01:03:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00050724
Message ID:
00050901
Views:
41
>I pointed out earlier you don' t need two statements. I think the original question was how to do it with one SELECT.
>
>Hope this helps.
>
>SELECT * FROM Quotes WHERE ;
> DTOC(Date)+Customer IN ;
> (SELECT MAX(DTOC(Date))+Customer FROM Quotes)

Yes, but you still have two SQL-SELECTs (even if one is embeded). Still, yours should be faster than 2 separate SELECTs.

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform