Hi there,

I require help here...

declare
TYPE BLK_dt IS TABLE OF DATE;
DT_VAR BLK_DT;
t date;
begin

select createdate bulk collect into DT_var from busrep;

< NOW I NEED TO GET MAX() from DT_VAR table
How can I get it ??? >

end;
/


Thankyou
Jr