摘要: select distinct university from user_profile;-- distinct 去重 select device_id from user_profile limit 0,2 View Code select device_id from user_profile 阅读全文
posted @ 2023-05-17 23:49 Icy_yayaya 阅读(38) 评论(0) 推荐(0)