About Query Runner
Polytomic's Query Runner is an embedded client that lets you run SQL queries against your databases and SOQL queries against Salesforce. This can be helpful if you are planning to create a SQL query based Model.
You can explore your query results in Polytomic, export them as a CSV, or create a Polytomic model from your query.
Query Runner uses connection credentialsQuery Runner runs the statements you give it using the credentials configured on the connection. If those credentials permit writes, anyone with query access to the connection can run
INSERT,UPDATE,DELETE, and DDL statements against your data. To keep Query Runner read-only, connect using credentials that grant read access only.
Updated about 1 month ago