i m creating a stored procedure and i want it to fetch a field from a table which will contain a query and execute it. is it possible to do that ??
for example : there's a table name MyTable and contains a column named LIST
List contains the query text (e.g update table2 set id = 1)
now i wanna fetch field from a table (which is easy) but how can i execute it after retrieval