Is there any option to select a table dynamically from mysql..
For example,
If i have 3 tables like
- t_tableconfig
- t_2013
- t_2014
tableid tablename 1 t_2013 2 t_2014t_2013 contains
id name 1 Davidt_2014 contains
id name 1 joe
If I will pass a table name as a parameter.. Can I view the records from specified table? Please advice me