MYSQL Reference: WHERE
Quick reference for WHERE.
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;
Quick reference for WHERE.
Quick summary of WHERE with syntax and example.
SELECT ...
SELECT id, name FROM users WHERE active=1 ORDER BY id DESC LIMIT 20;