Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is wrong with this SQL Select
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00984918
Message ID:
00984924
Views:
27
maybe
select RESER_PK, ROOM_NUM as ROOM, RES_DATE, BEGIN_TIME ;
from RR_RESER ;
where RESER_PK in ;
(select top 1 RESER_PK from RR_RESER alias RRR_2 ;
 where RRR_2.ROOM_NUM == ROOM ;
 AND RRR_2.RES_DATE = DATE() order by RRR_2.BEGIN_TIME descending);
 order by ROOM
?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform