I need to execute a procedure .
It's name is in a table which contains many names of procedures.
I have a table named proc_names(id_proc,name_proc)
id_proc name_proc
------- ----------
1 proc1
2 proc2
3 proc3
My command is:
execute <here I need the contents of the field name_proc from table proc_names>
Well,I hope I made myself clear.
hope you help me.
It's name is in a table which contains many names of procedures.
I have a table named proc_names(id_proc,name_proc)
id_proc name_proc
------- ----------
1 proc1
2 proc2
3 proc3
My command is:
execute <here I need the contents of the field name_proc from table proc_names>
Well,I hope I made myself clear.
hope you help me.