-- select column from table limit 10; select top 10 column from table;
select * from users LIMIT 1;
select top 10 column from table;