Ajout clé régions
This commit is contained in:
parent
962fc20882
commit
65663b2b33
@ -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",
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user