I have a function which takes parameter tableid.In the function I want to write some query on the table that is supplied as the parameter.For writting a query I need to define that table but I dont know which table is going to be passed as parameter. How do I accomplish this. Any help is appreciated
Thanks
Vishal
0
Comments
When you don't know what your table will be you can use common and later on you can find out which table is it in the buffer.
Bye
Kumar 8)