This article is tagged with:
Top in sqlite
and mysql
top in sqlite
SELECT
column_list
FROM
table
LIMIT row_count;
top in sqlite
SELECT
trackId,
name
FROM
tracks
LIMIT 10;