hello,
i have a question
when i run the following code
select * from table-A
join ...
join ...
where ...
order ...
into cursor result-a
select result-a
.... (browsind the records)
what happens with the record position of table-a?
it stays to the record that it was before the statements?
i have a question
when i run the following code
select * from table-A
join ...
join ...
where ...
order ...
into cursor result-a
select result-a
.... (browsind the records)
what happens with the record position of table-a?
it stays to the record that it was before the statements?