SQL Query avatar

SQL Query

Try for free

No credit card required

View all Actors
SQL Query

SQL Query

useful-tools/sql-query
Try for free

No credit card required

Run SQL queries over Apify Platform (currently supports only Datasets).

You can access the SQL Query programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "query": "SELECT '\''test data'\'' as `test column`"
3}' |
4apify call useful-tools/sql-query --silent --output-dataset

SQL Query API through CLI

The Apify CLI is the official tool that allows you to use SQL Query locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 3 stars
  • 100.0% runs succeeded
  • Created in Nov 2023
  • Modified 11 months ago
Categories