Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use this UNION clause
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How to use this UNION clause
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01072129
Message ID:
01072129
Views:
59
I am trying to create a SQL select that would return 100 records, 50 before a given PK number and 50 after given PK number (nPk).

Here is the SQL Select I am testing but I am getting an error:
select TOP 50 * FROM MYTABLE WHERE (&cFilter.) and MY_PK < nPk ;
order by PK ;
UNION ALL
select TOP 50 * FROM MYTABLE WHERE (&cFilter.) and MY_PK > nPk ;
order by PK DESC
Can anyone see what I am doing wrong in the above SQL select?

Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform