Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for ClickHouse®
  • Getting started
    • All guides
      • SQL queries in Yandex WebSQL
      • Database management
      • DB user management
  • Access management
  • Pricing policy
  • Terraform reference
  • Yandex Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  1. Step-by-step guides
  2. Databases
  3. SQL queries in Yandex WebSQL

SQL queries in Yandex WebSQL

Written by
Yandex Cloud
Updated at December 17, 2025

You can use Yandex WebSQL to send SQL queries to Managed Service for ClickHouse® cluster databases.

WebSQL is a Yandex Cloud service that allows you to connect to managed database clusters, work with database schemas and tables, and run queries. This service runs in your browser, requires no additional authentication, and simplifies working with SQL queries by providing hints.

To connect to a Managed Service for ClickHouse® cluster from WebSQL, create a connection:

  1. In the management console, select the folder the cluster is in.
  2. Go to Managed Service for ClickHouse.
  3. Click the cluster name.
  4. Enable WebSQL access in the cluster settings if it is not on yet.
  5. Select the WebSQL tab.
  6. Click Create connection and specify the following connection settings:
    • Connection name.
    • Database type: ClickHouse®.
    • Cluster: Defaults to your current ClickHouse® cluster.
    • Username: Account you will use to connect to the cluster database.
    • Password: User password.
    • Databases: List of databases you want to access. You can only connect to the databases within the current cluster. The user account you specified must have permissions to access these databases.
  7. Click Create.

To open the SQL editor, click the connection you created on the WebSQL tab. See the ClickHouse® reference for supported queries.

For more details on using WebSQL, see its official guides.

ClickHouse® is a registered trademark of ClickHouse, Inc.

Was the article helpful?

Previous
Code snippets
Next
Database management
© 2025 Direct Cursus Technology L.L.C.