Hi everyone,
I have used SQL Sandbox for a while, and it is fantastic with no doubt.
But recently, the special characters are encoded in the error message.
With a simple query, you can understand it.
But if the query is more complex, it will be a problem. Something like this
Any ideas how to fix this?
Thanks,
Nam
Hi @Nam Nguyen ,
the cause can be found in the use of EncodeHTML, if I replace that, the weird characters are gone.
I don't know why that function is used there, so I don't know if it should/can go, but if you do remove it, messages show up normal.
before
after
Dorine
It works. My eyes and brain give you a thank for solving their problem :D
After the select there are no columns defined
SELECT * FROM {User} should work
You're not understand the question. It is not about a valid SQL query.
I was a bit to quick in responding, My excuses