Selecting data from table into an Array
I'm using apex 3.2
I have a report where it returnts say 3 rows.
I need to select data from a table into and Array and then use the data from that array in a body of email
or select the data from the table and use the data in body of the email tabular format
how do I do this.?
something like below
Empno Name email address
1 XX x.x@oracle.com
2 bb b.b@oracle.com
3 aa a.a@oracle.com