|
-
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|