How to get Top 5 records in SqLite ?
Posted
by Amitabh
on Stack Overflow
See other posts from Stack Overflow
or by Amitabh
Published on 2010-04-28T11:33:01Z
Indexed on
2010/04/28
11:43 UTC
Read the original article
Hit count: 125
I have tried this which did not work.
select top 5 * from [Table_Name]
© Stack Overflow or respective owner