I'm trying to understand some queries
one of them is
(select (@a)
from (select(@a:=0x00)
,(select (@a)
from (information_schema.schemata)
where (@a) in (@a:=concat(@a,schema_name,'<br>'))
)
) a
)
Can some explain it please?