mrreds
28th August 2010, 02:54
Hi !
How can I save in a array a list of value from a certain table?
I know how to use arrays.
My question is about the 'select' and the way to save the output in a matrix (array).
select t$orno, t$seq, t$date, t$qty
from baantable
where t$date > 01-02-2009
Thank you.
How can I save in a array a list of value from a certain table?
I know how to use arrays.
My question is about the 'select' and the way to save the output in a matrix (array).
select t$orno, t$seq, t$date, t$qty
from baantable
where t$date > 01-02-2009
Thank you.