A bit off the side I guess but I need to execute a function something like this
and then pick up the data loaded by that function into the table u3a_00_temp;
Regards
Nick
select similarMembers ('nick', 'ogbourne', 'bwyatt@netspeed.com.au', '94 Owen St', null, '0409206971', '1947-11-18', 2) from dual;
and then pick up the data loaded by that function into the table u3a_00_temp;
select * from u3a_00_temp;Can I do that??? and if so how?????
Regards
Nick
This topic is locked and no more replies can be posted.