SELECT shopy as y FROM shops
UNION ALL
SELECT y FROM infra
ORDER BY y ASC
pour Ordre décroissant écrire Ordre par y DESC.
Démo sur http://sqlfiddle.com/#!2/62884/1
SELECT shopy as y FROM shops
UNION ALL
SELECT y FROM infra
ORDER BY y ASC
pour Ordre décroissant écrire Ordre par y DESC.
Démo sur http://sqlfiddle.com/#!2/62884/1