Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nesting Select - SQL, is it possible?
Message
From
26/03/2002 11:45:06
 
 
To
26/03/2002 11:30:00
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00637309
Message ID:
00637330
Views:
20
Hi!

No, it is not possible to do. You can, however, select the data into temporary cursor, then get data in next SELECT statement from that cursor.

Unlike VFP, SQL Server is glad to run things like this...

>Hi there,
>I'm trying to nest a couple of SELECT structures, and it’s not working. Is it possible to select from a select in VFP?.
>
>If my English is not good enough, what I need to do is something like:
>
>Select lista.cod, b.*
>From lista, (select * from lista2) as b
>
>I know you can SELECT from the WHERE statement, but can you do a SELECT from the FROM statement?
>
>Thx in advance
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform