Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select just one record
Message
From
07/06/2002 13:18:41
 
 
To
All
General information
Forum:
Oracle
Category:
PL/SQL
Title:
Select just one record
Miscellaneous
Thread ID:
00666063
Message ID:
00666063
Views:
52
hello *.*

I need to select just the first record from a SELECT STATMENT, like this:
SELECT customer.OID, reserv.OID
     from customer, reserv
     where customer.OID = 1234
     into cursor test
Ok, this SELECT may return many records, but I want select just the first record. How can I do it ?

I´ve tried use the SAMPLE STATMENT, but We can´t use this statment with 2 tables or more.

Please, help me!

Thank you ALL
Next
Reply
Map
View

Click here to load this message in the networking platform