rommeltm00
Programmer
good day
how can i include a record number in sql query
example
sele a.cname,b.caddress from personal a,address b,;
where a.cname='A' into curs x
i want to include the recno() of personal dbf into the query
how to do it.
my primary goal here is to preserve the natural order of the personal dbf.
please help
how can i include a record number in sql query
example
sele a.cname,b.caddress from personal a,address b,;
where a.cname='A' into curs x
i want to include the recno() of personal dbf into the query
how to do it.
my primary goal here is to preserve the natural order of the personal dbf.
please help