Re: INSERT DYNAMIC SQL DOESNT GET VALUES
This is the result to execute the store procedure, how you will see dumping the results from the query into a file
INSERT LOW_PRIORITY INTO Call_Center_Infinit_257.Agentes_bloqueados(`Agentes_bloqueados.id_agente,Agentes_bloqueados.fecha) VALUES(`Agentes_bloqueados.id_agente,Agentes_bloqueados.fecha`);, but the table has a data, I wish to put the values from the table in the values of the insert.
Subject
Views
Written By
Posted
1507
May 15, 2018 12:17AM
Re: INSERT DYNAMIC SQL DOESNT GET VALUES
636
May 15, 2018 01:08PM
608
June 05, 2018 12:01PM
635
June 05, 2018 01:57PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.