Error on SELECT Queries MySQL
So I have my API in JS deployed with an MySQL DB, I can run any Query but SELECTS, even with ThunderClient in VSCode I can run old SELECTS, but as soon as I do any new SELECT, the response is an empty arrray.
I tried doing it in the UI but I get an error.
Any idea?
3 Replies