pralash
21st November 2017, 15:10
Hi,

I have a table with 10 records,

I can get the fifth record, by using the following query in MySQL as follows..

Select *from employee limit 5,1

How can I write this query in BaaN SQL...

Is it possible using the limit clause in baan? if so, please let me know that how can I write this query in baan?
Thanks in advance,
Regards,
Pralash

NPRao
21st November 2017, 18:28
Pralash,

Refer to the thread you posted - Listing the particular record by mentioned the record number (http://www.baanboard.com/baanboard/showthread.php?t=70475&highlight=selecteos)

Use the "search" option on the forum to refer to the already discussed topics.

pralash
22nd November 2017, 07:11
Sorry... I already asked this doubt last time....
I can get the information...
Thanks a lot for your reply
Regards
Pralash