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;