Home » Developer & Programmer » Forms » Dynamic Table Names...
Dynamic Table Names... [message #78893] |
Wed, 27 March 2002 20:42  |
Umesh Sharma
Messages: 14 Registered: February 2000
|
Junior Member |
|
|
Dear Oracle Friends
I have an application in which I dynamically find the name of detail table. Now I want to count the number of records in this dynamically accuired table name.
E.G.
tnm := 'tempdata'
select count(*) into cnt from tnm[[dynamic table name]];
Can any body help...
UMESH
|
|
|
|
Goto Forum:
Current Time: Fri May 02 00:24:32 CDT 2025
|