webservice/public/sql/tabTribunaux.sql

4 lines
159 B
MySQL
Raw Normal View History

SELECT triCode AS codTribunal, triNom AS libTribunal
FROM jo.tribunaux
WHERE triType IN ('C','I','G','J','P','M','S','A','B')
ORDER BY codTribunal;