hi..
I want to use variable name which contain table name into select statement.
like
select *from test001_emp;
instead of this I want to use in this way
name="test001_emp"
select *from name;
how should solve this prob??If u have any sol. then plz tell me