MYSQL Reference: SELECT
Quick reference for SELECT.
MYSQL Reference — SELECT
Quick summary of SELECT with syntax and example.
Syntax
SELECT ...
Example
SELECT id, name FROM users WHERE active=1 ORDER BY id DESC LIMIT 20;
Quick reference for SELECT.
Quick summary of SELECT with syntax and example.
SELECT ...
SELECT id, name FROM users WHERE active=1 ORDER BY id DESC LIMIT 20;