vote up -1 vote down star

Hello sir, I am using msaccess 2003. my problem is How to get first row out of many rows selected plz specify the sql query for this related to msaccess 2003. In servlet program i need to access this first row.

Is there any alternative for rownum in msaccess 2003.

Thanking You.......

flag

0% accept rate
How are you requesting the information (i.e. what technology)? Also, if you just need the first row, couldn't you just alter the select statement to only return the first row? – Michael Todd May 20 at 22:54

1 Answer

vote up 2 vote down

select top 1 * from table

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.