mysql> SELECT artist_id , caption FROM artist_lang ORDER BY artist_id desc;
MYSQL降序排列
最新推荐文章于 2025-05-31 20:14:30 发布
mysql> SELECT artist_id , caption FROM artist_lang ORDER BY artist_id desc;