SQL Reference: SELECT
Quick reference for SELECT.
SQL Reference — SELECT
Quick summary of SELECT with syntax and example.
Syntax
SELECT ...
Example
SELECT * FROM users ORDER BY id DESC LIMIT 10;
Quick reference for SELECT.
Quick summary of SELECT with syntax and example.
SELECT ...
SELECT * FROM users ORDER BY id DESC LIMIT 10;