In MySQL and most of other RDBMS - how to retrieve 100 records from Users table?
Explanation
LIMIT keyword is used to retrieve not more than specified number of records from any given table.
SELECT some_fields 
FROM Users 
WHERE some_conditions
LIMIT number_of_records_to_return

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з SQL
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести