Hi,
I had been trying to get user input for schema name(X) and table name(Y) . Then concatenate it to a string "X"."Y". Then select * from "X"."Y"
I am getting an error saying its not possible to select from a string.
Any thoughts on how i can proceed?
Thank you for your time .
Regards
Meenu