Skip to content
TimescaleDB - Timeseries database for PostgreSQL
  • Timescale.com
  • Try for free
Getting started
Use Timescale
Clouds and regions
Services
User Management
Write data
Query data
About querying data
SELECT data
Perform DISTINCT queries with SkipScan
Perform advanced analytic queries
Troubleshooting
Time buckets
Hypertables
Schema management
Compression
Configuration
Ingest data from other sources
Billing and account management
Continuous aggregates
Alerting
Data retention
Tiered Storage
VPC
Hyperfunctions
Metrics and logging
High availability and replication
Upgrades
PostgreSQL extensions
Backup, restore, and PITR
User-defined actions
Timescale integrations
Security
Timescale limitations
Troubleshoot Timescale
Tutorials
Code quick starts
API Reference
Migrate
Other deployment options
About Timescale
Find a docs page
Use Timescale

Querying data

Timescale hypertables are PostgreSQL tables. That means you can query them with standard SQL commands. In addition, you get extra benefits from Timescale architecture and query planning.

  • About querying data
  • Select data with SELECT
  • Get faster DISTINCT queries with SkipScan
  • Perform advanced analytic queries

Keywords

queries

Found an issue on this page?

Report an issue!
PreviousDelete dataNextAbout querying data

Related Content

SELECT data
Query data from a hypertable using a standard SELECT command
Get faster DISTINCT queries with SkipScan
Speed up DISTINCT queries by setting up a hypertable to take advantage of SkipScan
About querying data
How to query data in Timescale
Perform advanced analytic queries
Perform advanced data analysis using native PostgreSQL queries and Timescale hyperfunctions
Alerting
Set up alerting with Timescale
Writing data
Write data to TimescaleDB