select device_id
from user_profile
limit 2

这里要考察的知识点就是 limit
除了这个之外,要注意,在实际的工作中,常常是根据大小来去前几位,
所以 limit 与 order by 常常一起结合使用。