Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is wrong with this SQL Select
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00984918
Message ID:
00984924
Vues:
25
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
?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform