I am running an update of a table but it gives me error, I generated a connection to the BDD with root user to avoid permissions problems and still not working.
If the same statement executes it in the BDD administrator it works.
Are there any restrictions on Redash?
Thank you.

Can you add more details, like what error message did you receive?

Thanks.

hello, the error that returns me is the following.

“Error running query: No data was returned.”

in what log can I get more information?

Greetings.

I’m getting the same error when I run an update query: “Error running query: No data was returned.”

Is there any restriction on running update queries in Redash?

1 Like

It’s not an actual error it just the state of things: the query executed but returned no values.

1 Like

Hi @arikfr, I understand the error message. But the updates were not effected (we checked the table after running the query from redash). When we run the same query from mysql client by logging in with the same user credentials, the updates are reflected. Not sure if I’m missing something here. Is there any global setting in redash to enable/disable update queries?