SELECT id,nombre,fecha,publicar FROM galerias WHERE id_creador IN (SELECT id FROM administrador WHERE nivel<999) ORDER BY fecha DESC