Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have one application in that i want only five to ten records for some analysis.
Can anyone tell me how to achieve it.
Thanks
Hi. If u want to load it from the load script....Plz find the screen shot.
eg: First 5 load .....

Hi. If u want to load it from the load script....Plz find the screen shot.
eg: First 5 load .....

FIRST 10
LOAD
*
FROM
ABC.csv (txt)
WHERE
RecNo() >=5 AND RecNo()<=10;