SQL

SELECT

SafeRead data

SELECT * FROM <table> LIMIT 10;

Reads rows from a table; LIMIT keeps it safe to preview.

Examples

  • SELECT COUNT(*) FROM users;Count rows

Syntax

SELECT <cols> FROM <table> [WHERE ...] [LIMIT n];

Before you run it

Read-only.

Related commands

The same reference, with no signal at all

Every command and flow from this site, held on your device and searchable with no connection. Free to install, no ads.

Get it free on the App Store