限制返回的结果数量是在最后加上LIMIT关键字和限制的数量。

select device_id from user_profile LIMIT 2;