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