Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I knew it's a simple script.. but stil it's not working.. any one can explain me clearly pls?
This one is "working" with condition where rowno()<3;
t1:
LOAD * INLINE [
name.1, id.1
mani, 1
maran, 2
nice, 3
usa, 4
ram, 5
uma, 6
mani,90
] WHERE rowno()<3;
This one is "not working" with condition where rowno()>3;
t2:
name.2, id.2
] WHERE rowno()>3;
This one is "not working" with condition where rowno()=3;
t3:
name.3, id.3
] WHERE rowno()=3;
The thing is "The function is not working if i use ">" and "=" symbol..
Pls help me with this:-)
I think you need to use Recno(), instead.
Regards,
tresesco