How to write dynamic query in stored procedure in mysql?
Raj
648
Points
26
Posts
|
I'm try to execute dynamic query in MySQL and I'm trying following in stored procedure:
But getting error. Use prepare statement for dynamic query. - Rashmi 19-Sep-2022 00:25
|
Answers
Priya
1194
Points
33
Posts
|
We can write dynamic query in MySQL by prepare statement like:
Posted On:
19-Sep-2022 00:31
|
nome
30
Points
0
Posts
|
Try this one:
Posted On:
19-Sep-2022 01:14
thanks. - Raj 24-Sep-2022 01:02
|
Blog
Active User (0)
No Active User!