select device_id from user_profile limit 0,2; //limit x,y; x:起始记录的下标(第一题记录下标为0),y:共展示y条记录(包括下标为 x 的记录)