比如select * from table where find_in_set(random,select group_concat(random) from table)
可以的。 select 用()包起来
select * from table where find_in_set(random,(select group_concat(random) from table))