摘要: -- 自定义排序 select FIND_IN_SET(str, 'a,b,c,d,e') as str_fis ,str from ( select 'b' as str union all select 'a' as str union all select 'd' as str union a 阅读全文
posted @ 2025-07-08 14:17 chenzechao 阅读(8) 评论(0) 推荐(0)