Execute a raw SQL query against the database
true
if the query was executed successfully, false
otherwise.Error | Cause | Solution |
---|---|---|
”Table not found” | The specified table doesn’t exist | Check your table name for typos |
”Syntax error in SQL query” | The SQL query contains syntax errors | Review your SQL syntax and fix any errors |
”Operation not allowed” | You’re trying to perform a restricted operation | Use only allowed operations (typically SELECT statements) |
“Query timeout” | The query took too long to execute | Optimize your query or add more specific conditions |
”Unauthorized” | Invalid or missing API key | Check that you’re using a valid API key |