How can we retrive first row in a table?

Questions by sivagarlapati   answers by sivagarlapati

Showing Answers 1 - 5 of 5 Answers

revathy

  • Jan 23rd, 2007
 

we can run a query like below :select first 1 * from <table name> It worked in informix..please check in other databases..

  Was this answer useful?  Yes

rohini

  • Jan 31st, 2007
 

select * from <table name> limit 1;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions