Bug #50659 | Using OFFSET without LIMIT | ||
---|---|---|---|
Submitted: | 27 Jan 2010 13:00 | Modified: | 19 Feb 2010 12:59 |
Reporter: | timor kodal | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Parser | Severity: | S4 (Feature request) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any | |
Tags: | limit, OFFSET |
[27 Jan 2010 13:00]
timor kodal
[19 Feb 2010 12:59]
Susanne Ebrecht
LIMIT is not SQL Standard. The OFFSET MySQL implemented is an offset for LIMIT: LIMIT {[offset,] row_count | row_count OFFSET offset} What you mean here is the OFFSET from SQL Stadard: OFFSET <offset row count> { ROW | ROWS } This would be a new feature for MySQL.