SingleStore Execute Immediate a SP/Func inside SP from a query table
1
vote
1
answer
79
views
I’m having trouble to execute immediate a SP inside a SP from a table.
because i have a lot of SP stored in a table (as a data/string).
in oracle we can use “select sp_1(:1,:2) from dual”
and running it via execute immediate. how’s singlestore do that? i get error.
please help, because we want to migrate from oracle to singlestore. i changed a lot of SP from oracle to singlestore. thanks.
Asked by Matt Brown
(49 rep)
Jun 30, 2022, 08:35 PM
Last activity: Jul 25, 2022, 11:54 AM
Last activity: Jul 25, 2022, 11:54 AM