hi,
i creatt this function where in i pass table name as parameter to the it..
How do i use this parameter in a select query?
eg here its "name1"

CREATE OR REPLACE FUNCTION Testing2 (name1 in varchar2)........

...

FOR x IN (SELECT DISTINCT id FROM name1 GROUP BY id) LOOP
...........

Thanx a lot
Sam

[Edited by helpme on 11-28-2001 at 07:48 AM]