Ajout clé régions

This commit is contained in:
Michael RICOIS 2011-11-02 09:08:27 +00:00
parent 962fc20882
commit 65663b2b33

View File

@ -15,6 +15,12 @@ class Exporter extends WsScore
'entete' => array("fjCode", "fjLibelle", "fjInsee"),
'sql' => "SELECT code AS fjCode, libelle AS fjLibelle, cjOfficielle AS fjInsee FROM jo.tabFJur;",
),
'regions' => array(
'desc' => "",
'entete' => array("code", "libelle"),
'sql' => "SELECT REGION, NC FROM insee.insee_tabRegions",
),
);
/**