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
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