webservice/public/assets/sql/tabTribunaux.sql

4 lines
159 B
MySQL
Raw Permalink Normal View History

2013-11-05 12:18:30 +01:00
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;