Melvin Gaye
07/22/2021, 9:10 PM.....
DELIMITER //
Drop proc if exists.....
Create proc...
....
END....
Running something like above to create a proc using workbench and it works. But when I run it using prisma.queryraw, prisma returns a syntax error.
Valid query that executes but prismatic has trouble with. Anyone ran into anything like this?Ryan
07/23/2021, 6:11 AM$executeRaw(`
// proc body
`)
Melvin Gaye
07/23/2021, 2:29 PMRyan
07/27/2021, 10:38 AMMelvin Gaye
08/05/2021, 1:20 PM