Table of Contents

About

The Limit clause set the number of rows returned by a select.

Example

This is a sqlite example

select * from table order by columnName DESC LIMIT 1;