DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

SQL Reference: WHERE

Quick reference for WHERE.

Read time: 1 min Words: 14
Open Playground → SQL My Progress

SQL Reference — WHERE

Quick summary of WHERE with syntax and example.

Syntax

SELECT ...

Example

SELECT * FROM users ORDER BY id DESC LIMIT 10;