Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Query
    • Overview
    • Selecting data from all columns
    • Selecting data from specific columns
    • Sorting and filtering
    • Aggregating data
    • Additional selection criteria
    • Working with JSON
    • Running a streaming data query
  • Access management
  • Pricing policy
  • Integration
  • Audit Trails events
  • FAQ
  1. Working with YQL
  2. Selecting data from all columns

Selecting data from all columns

Written by
Yandex Cloud
Updated at March 6, 2025

To select data from all columns, use the SELECT statement:

SELECT  -- Data selection operator.
    *   -- Select all columns.
FROM
    `tutorial-analytics`

Take a look at the example on the right and click Run.
Query results are available in the Result tab as a table or schema.

Was the article helpful?

Previous
Overview
Next
Selecting data from specific columns
Yandex project
© 2025 Yandex.Cloud LLC