我做个笔记: 分页:MYSQL用limit,MS SQL SERVER用 TOP MYSQL

select device_id from user_profile limit 2

SQL server

select top 2 device)id from user_profile