About
The Limit clause set the number of rows returned by a select.
Articles Related
Example
This is a sqlite example
select * from table order by columnName DESC LIMIT 1;
The Limit clause set the number of rows returned by a select.
This is a sqlite example
select * from table order by columnName DESC LIMIT 1;