add order by clause

This commit is contained in:
Paul Trowbridge 2017-10-19 09:25:07 -04:00
parent 995eb181c1
commit bc3cecec09

View File

@ -12,3 +12,6 @@ FROM
GROUP BY GROUP BY
t.srce t.srce
,(ae.e::text[])[1] ,(ae.e::text[])[1]
ORDER BY
t.srce
,(ae.e::text[])[1]