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

MYSQL Reference: WHERE

Quick reference for WHERE.

Read time: 1 min Words: 14
My Progress

MYSQL Reference — WHERE

Quick summary of WHERE with syntax and example.

Syntax

SELECT ...

Example

SELECT id, name FROM users WHERE active=1 ORDER BY id DESC LIMIT 20;