dear all
i wish to create a procedure that returns the results of a table specified dynamically at runtime
e.g. CALL readMyTableProc("T001")
in the procedure we would have a select statement such as SELECT * FROM ip_table LIMIT 10;
ideally, there are no temp tables involved.
it sounds easy, but is it ?
thanks
g