1 |
-- |
2 |
-- PostgreSQL database dump |
3 |
-- |
4 |
|
5 |
-- SET statement_timeout = 0; |
6 |
-- SET lock_timeout = 0; |
7 |
-- SET client_encoding = 'UTF8'; |
8 |
-- SET standard_conforming_strings = on; |
9 |
-- SET check_function_bodies = false; |
10 |
-- SET client_min_messages = warning; |
11 |
|
12 |
-- SET search_path = openads, pg_catalog; |
13 |
|
14 |
-- |
15 |
-- Data for Name: arrondissement; Type: TABLE DATA; Schema: openads; Owner: postgres |
16 |
-- |
17 |
|
18 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (1, '1', '13001', '201'); |
19 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (2, '2', '13002', '202'); |
20 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (3, '3', '13003', '203'); |
21 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (4, '4', '13004', '204'); |
22 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (5, '5', '13005', '205'); |
23 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (6, '6', '13006', '206'); |
24 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (7, '7', '13007', '207'); |
25 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (8, '8', '13008', '208'); |
26 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (9, '9', '13009', '209'); |
27 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (10, '10', '13010', '210'); |
28 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (11, '11', '13011', '211'); |
29 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (12, '12', '13012', '212'); |
30 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (13, '13', '13013', '213'); |
31 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (14, '14', '13014', '214'); |
32 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (15, '15', '13015', '215'); |
33 |
INSERT INTO arrondissement (arrondissement, libelle, code_postal, code_impots) VALUES (16, '16', '13016', '216'); |
34 |
|
35 |
|
36 |
-- |
37 |
-- Data for Name: quartier; Type: TABLE DATA; Schema: openads; Owner: postgres |
38 |
-- |
39 |
|
40 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (1, 1, '801', '01 – BELSUNCE'); |
41 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (2, 1, '802', '02 – CHAPITRE'); |
42 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (3, 1, '803', '03 – NOAILLE'); |
43 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (4, 1, '804', '04 – OPERA'); |
44 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (5, 1, '805', '05 – ST. CHARLES'); |
45 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (6, 1, '806', '06 – THIERS'); |
46 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (7, 2, '807', '01 – ARENC'); |
47 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (8, 2, '808', '02 – LES GRANDS CARMES'); |
48 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (9, 2, '809', '03 – HOTEL DE VILLE'); |
49 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (10, 2, '810', '04 – JOLIETTE'); |
50 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (11, 3, '811', '01 – BELLE DE MAI'); |
51 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (12, 3, '812', '03 – ST. LAZARE'); |
52 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (13, 3, '813', '04 – ST. MAURONT'); |
53 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (14, 3, '814', '02 – LA VILETTE'); |
54 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (15, 4, '815', '01 – LA BLANCARDE'); |
55 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (16, 4, '816', '02 – LES CHARTREUX'); |
56 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (17, 4, '817', '03 – CHUTES LAVIES'); |
57 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (18, 4, '818', '04 – CINQ AVENUES'); |
58 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (19, 5, '819', '01 – BAILLE'); |
59 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (20, 5, '820', '02 – LE CAMAS'); |
60 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (21, 5, '821', '03 – LA CONCEPTION'); |
61 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (22, 5, '822', '04 – ST. PIERRE'); |
62 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (23, 6, '823', '01 – CASTELLANE'); |
63 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (24, 6, '824', '02 – LODI'); |
64 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (25, 6, '825', '03 – N. DAME DU MONT'); |
65 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (26, 6, '826', '04 – PALAIS DE JUSTICE'); |
66 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (27, 6, '827', '05 – PREFECTURE'); |
67 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (28, 6, '828', '06 – VAUBAN'); |
68 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (29, 7, '829', '01 – BOMPARD'); |
69 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (30, 7, '830', '02 – ENDOUME'); |
70 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (31, 7, '831', '07 – LES ILES'); |
71 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (32, 7, '832', '03 – PHARO'); |
72 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (33, 7, '833', '04 – ROUCAS BLANC'); |
73 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (34, 7, '834', '06 – ST LAMBERT'); |
74 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (35, 7, '835', '05 – ST. VICTOR'); |
75 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (36, 8, '836', '01 – BONNEVEINE'); |
76 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (37, 8, '837', '02 – LES GOUDES'); |
77 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (38, 8, '838', '03 – MONTREDON'); |
78 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (39, 8, '839', '04 – PERIER'); |
79 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (40, 8, '840', '05 – LA PLAGE'); |
80 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (41, 8, '841', '06 – LA POINTE ROUGE'); |
81 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (42, 8, '842', '07 – ROUET'); |
82 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (43, 8, '843', '09 – ST. GINIEZ'); |
83 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (44, 8, '844', '08 – STE ANNE'); |
84 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (45, 8, '845', '10 – VIEILLE CHAPELLE'); |
85 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (46, 9, '846', '01 – LES BAUMETTES'); |
86 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (47, 9, '847', '02 – LE CABOT'); |
87 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (48, 9, '848', '03 – CARPAGNE'); |
88 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (49, 9, '849', '04 – MAZARGUES'); |
89 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (50, 9, '850', '05 – LA PANOUSE'); |
90 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (51, 9, '851', '06 – LE REDON'); |
91 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (52, 9, '852', '08 – SORMIOU'); |
92 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (53, 9, '853', '07 – STE MARGUERITE'); |
93 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (54, 9, '854', '09 – VAUFREGES'); |
94 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (55, 10, '855', '01 – CAPELETTE'); |
95 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (56, 10, '856', '02 – MENPENTI'); |
96 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (57, 10, '857', '03 – PONT DE VIVAUX'); |
97 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (58, 10, '858', '04 – ST. LOUP'); |
98 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (59, 10, '859', '05 – ST. TRONC'); |
99 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (60, 10, '860', '06 – LA TIMONE'); |
100 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (61, 11, '861', '01 – LES ACCATES'); |
101 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (62, 11, '862', '02 – LA BARASSE'); |
102 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (63, 11, '863', '03 – LES CAMOINS'); |
103 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (64, 11, '864', '04 – EOURES'); |
104 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (65, 11, '865', '05 – LA MILLIERE'); |
105 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (66, 11, '866', '06 – LA POMME'); |
106 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (67, 11, '867', '07 – ST. MARCEL'); |
107 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (68, 11, '868', '08 – ST. MENET'); |
108 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (69, 11, '869', '09 – LA TREILLE'); |
109 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (70, 11, '870', '10 – LA VALBARELLE'); |
110 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (71, 11, '871', '11 – LA VALENTINE'); |
111 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (72, 12, '872', '01 – LES CAILLOLS'); |
112 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (73, 12, '873', '02 – LA FOURRAGERE'); |
113 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (74, 12, '874', '03 – MONTOLIVET'); |
114 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (75, 12, '875', '04 – ST. BARNABE'); |
115 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (76, 12, '876', '05 – ST. JEAN DU DESERT'); |
116 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (77, 12, '877', '06 – ST. JULIEN'); |
117 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (78, 12, '878', '07 – LES TROIS LUCS'); |
118 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (79, 13, '879', '01 – CHÂTEAU GOMBERT'); |
119 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (80, 13, '880', '02 – LA CROIX ROUGE'); |
120 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (81, 13, '881', '03 – MALPASSE'); |
121 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (82, 13, '882', '04 – LES MEDECINS'); |
122 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (83, 13, '883', '05 – LES MOURETS'); |
123 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (84, 13, '884', '06 – LES OLIVES'); |
124 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (85, 13, '885', '07 – PALAMA'); |
125 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (86, 13, '886', '08 – LA ROSE'); |
126 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (87, 13, '887', '09 – ST. JEROME'); |
127 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (88, 13, '888', '10 – ST. JUST'); |
128 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (89, 13, '889', '11 – ST. MITRE'); |
129 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (90, 14, '890', '01 – LES ARNAVAUX'); |
130 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (91, 14, '891', '02 – BON SECOURS'); |
131 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (92, 14, '892', '03 – LE CANET'); |
132 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (93, 14, '893', '04 – LE MERLAN'); |
133 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (94, 14, '894', '05 – ST. BARTHELEMY'); |
134 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (95, 14, '895', '06 – ST. JOSEPH'); |
135 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (96, 14, '896', '07 – STE MARTHE'); |
136 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (97, 15, '897', '01 – LES AYGALADES'); |
137 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (98, 15, '898', '02 – BOREL'); |
138 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (99, 15, '899', '03 – LA CABUCELLE'); |
139 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (100, 15, '900', '04 – LA CALADE'); |
140 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (101, 15, '901', '05 – LES CROTTES'); |
141 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (102, 15, '902', '06 – LA DELORME'); |
142 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (103, 15, '903', '07 – N. DAME LIMITE'); |
143 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (104, 15, '904', '08 – ST. ANTOINE'); |
144 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (105, 15, '905', '09 – ST. LOUIS'); |
145 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (106, 15, '906', '10 – VERDURON'); |
146 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (107, 15, '907', '11 – LA VISTE'); |
147 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (108, 16, '908', '01 – L''ESTAQUE'); |
148 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (109, 16, '909', '02 – LES RIAUX'); |
149 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (110, 16, '910', '03 – ST. ANDRE'); |
150 |
INSERT INTO quartier (quartier, arrondissement, code_impots, libelle) VALUES (111, 16, '911', '04 – ST. HENRI'); |
151 |
|
152 |
|
153 |
-- |
154 |
-- Data for Name: affectation_automatique; Type: TABLE DATA; Schema: openads; Owner: postgres |
155 |
-- |
156 |
|
157 |
INSERT INTO affectation_automatique (affectation_automatique, arrondissement, quartier, section, instructeur, dossier_autorisation_type_detaille, om_collectivite) VALUES (6, NULL, NULL, NULL, 9, NULL, 3); |
158 |
INSERT INTO affectation_automatique (affectation_automatique, arrondissement, quartier, section, instructeur, dossier_autorisation_type_detaille, om_collectivite) VALUES (3, NULL, NULL, NULL, 3, 3, 2); |
159 |
INSERT INTO affectation_automatique (affectation_automatique, arrondissement, quartier, section, instructeur, dossier_autorisation_type_detaille, om_collectivite) VALUES (4, 1, 1, NULL, 4, 1, 2); |
160 |
INSERT INTO affectation_automatique (affectation_automatique, arrondissement, quartier, section, instructeur, dossier_autorisation_type_detaille, om_collectivite) VALUES (2, 1, 2, NULL, 2, 1, 2); |
161 |
INSERT INTO affectation_automatique (affectation_automatique, arrondissement, quartier, section, instructeur, dossier_autorisation_type_detaille, om_collectivite) VALUES (1, NULL, NULL, NULL, 1, 1, 2); |
162 |
INSERT INTO affectation_automatique (affectation_automatique, arrondissement, quartier, section, instructeur, dossier_autorisation_type_detaille, om_collectivite) VALUES (5, NULL, NULL, NULL, 1, 8, 2); |
163 |
INSERT INTO affectation_automatique (affectation_automatique, arrondissement, quartier, section, instructeur, dossier_autorisation_type_detaille, om_collectivite) VALUES (7, NULL, NULL, NULL, 8, NULL, 2); |
164 |
INSERT INTO affectation_automatique (affectation_automatique, arrondissement, quartier, section, instructeur, dossier_autorisation_type_detaille, om_collectivite) VALUES (8, NULL, NULL, NULL, 8, 6, 2); |
165 |
|
166 |
|
167 |
-- |
168 |
-- Name: affectation_automatique_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
169 |
-- |
170 |
|
171 |
SELECT pg_catalog.setval('affectation_automatique_seq', 9, false); |
172 |
|
173 |
|
174 |
-- |
175 |
-- Name: arrondissement_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
176 |
-- |
177 |
|
178 |
SELECT pg_catalog.setval('arrondissement_seq', 17, false); |
179 |
|
180 |
|
181 |
-- |
182 |
-- Data for Name: commission_type; Type: TABLE DATA; Schema: openads; Owner: postgres |
183 |
-- |
184 |
|
185 |
INSERT INTO commission_type (commission_type, code, libelle, lieu_adresse_ligne1, lieu_adresse_ligne2, lieu_salle, listes_de_diffusion, participants, corps_du_courriel, om_validite_debut, om_validite_fin) VALUES (1, 'CTU', 'Commission Technique d''Urbanisme', '40 rue Fauchier', '13001 MARSEILLE', NULL, '[email protected] |
186 |
[email protected]', 'David CHEVALIER |
187 |
Guillaume LAMBERT', 'Vous trouverez en pièces jointes les documents cités en objet du mail', NULL, NULL); |
188 |
|
189 |
|
190 |
-- |
191 |
-- Data for Name: commission; Type: TABLE DATA; Schema: openads; Owner: postgres |
192 |
-- |
193 |
|
194 |
INSERT INTO commission (commission, code, commission_type, libelle, date_commission, heure_commission, lieu_adresse_ligne1, lieu_adresse_ligne2, lieu_salle, listes_de_diffusion, participants, om_fichier_commission_ordre_jour, om_final_commission_ordre_jour, om_fichier_commission_compte_rendu, om_final_commission_compte_rendu) VALUES (1, 'CTU20121201', 1, 'Commission Technique d''Urbanisme', '2012-12-01', '15:00', '40 rue Fauchier', '13001 MARSEILLE', '2a', '[email protected] |
195 |
[email protected]', 'David CHEVALIER |
196 |
Guillaume LAMBERT', NULL, NULL, NULL, NULL); |
197 |
|
198 |
|
199 |
-- |
200 |
-- Name: commission_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
201 |
-- |
202 |
|
203 |
SELECT pg_catalog.setval('commission_seq', 2, false); |
204 |
|
205 |
|
206 |
-- |
207 |
-- Name: commission_type_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
208 |
-- |
209 |
|
210 |
SELECT pg_catalog.setval('commission_type_seq', 2, false); |
211 |
|
212 |
|
213 |
-- |
214 |
-- Data for Name: dossier_autorisation; Type: TABLE DATA; Schema: openads; Owner: postgres |
215 |
-- |
216 |
|
217 |
INSERT INTO dossier_autorisation (dossier_autorisation, dossier_autorisation_type_detaille, exercice, insee, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, arrondissement, depot_initial, erp_numero_batiment, erp_ouvert, erp_date_ouverture, erp_arrete_decision, erp_date_arrete_decision, numero_version, etat_dossier_autorisation, date_depot, date_decision, date_validite, date_chantier, date_achevement, avis_decision, etat_dernier_dossier_instruction_accepte, dossier_autorisation_libelle, om_collectivite, cle_acces_citoyen) VALUES ('PC0130551200002', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'PC 013055 12 00002', 2, NULL); |
218 |
INSERT INTO dossier_autorisation (dossier_autorisation, dossier_autorisation_type_detaille, exercice, insee, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, arrondissement, depot_initial, erp_numero_batiment, erp_ouvert, erp_date_ouverture, erp_arrete_decision, erp_date_arrete_decision, numero_version, etat_dossier_autorisation, date_depot, date_decision, date_validite, date_chantier, date_achevement, avis_decision, etat_dernier_dossier_instruction_accepte, dossier_autorisation_libelle, om_collectivite, cle_acces_citoyen) VALUES ('PD0130551200001', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'PD 013055 12 00001', 2, NULL); |
219 |
INSERT INTO dossier_autorisation (dossier_autorisation, dossier_autorisation_type_detaille, exercice, insee, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, arrondissement, depot_initial, erp_numero_batiment, erp_ouvert, erp_date_ouverture, erp_arrete_decision, erp_date_arrete_decision, numero_version, etat_dossier_autorisation, date_depot, date_decision, date_validite, date_chantier, date_achevement, avis_decision, etat_dernier_dossier_instruction_accepte, dossier_autorisation_libelle, om_collectivite, cle_acces_citoyen) VALUES ('DP0130551200001', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'DP 013055 12 00001', 2, NULL); |
220 |
INSERT INTO dossier_autorisation (dossier_autorisation, dossier_autorisation_type_detaille, exercice, insee, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, arrondissement, depot_initial, erp_numero_batiment, erp_ouvert, erp_date_ouverture, erp_arrete_decision, erp_date_arrete_decision, numero_version, etat_dossier_autorisation, date_depot, date_decision, date_validite, date_chantier, date_achevement, avis_decision, etat_dernier_dossier_instruction_accepte, dossier_autorisation_libelle, om_collectivite, cle_acces_citoyen) VALUES ('CU0130551200001', 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'CU 013055 12 00001', 2, NULL); |
221 |
INSERT INTO dossier_autorisation (dossier_autorisation, dossier_autorisation_type_detaille, exercice, insee, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, arrondissement, depot_initial, erp_numero_batiment, erp_ouvert, erp_date_ouverture, erp_arrete_decision, erp_date_arrete_decision, numero_version, etat_dossier_autorisation, date_depot, date_decision, date_validite, date_chantier, date_achevement, avis_decision, etat_dernier_dossier_instruction_accepte, dossier_autorisation_libelle, om_collectivite, cle_acces_citoyen) VALUES ('AZ0130551200001', 7, NULL, NULL, '123ab001;', '113', 'boulevard pont de vivaux', NULL, 'Marseille', '13010', NULL, NULL, NULL, 10, '2012-12-17', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'AZ 013055 12 00001', 2, NULL); |
222 |
INSERT INTO dossier_autorisation (dossier_autorisation, dossier_autorisation_type_detaille, exercice, insee, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, arrondissement, depot_initial, erp_numero_batiment, erp_ouvert, erp_date_ouverture, erp_arrete_decision, erp_date_arrete_decision, numero_version, etat_dossier_autorisation, date_depot, date_decision, date_validite, date_chantier, date_achevement, avis_decision, etat_dernier_dossier_instruction_accepte, dossier_autorisation_libelle, om_collectivite, cle_acces_citoyen) VALUES ('AT0130551200001', 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'AT 013055 12 00001', 2, NULL); |
223 |
INSERT INTO dossier_autorisation (dossier_autorisation, dossier_autorisation_type_detaille, exercice, insee, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, arrondissement, depot_initial, erp_numero_batiment, erp_ouvert, erp_date_ouverture, erp_arrete_decision, erp_date_arrete_decision, numero_version, etat_dossier_autorisation, date_depot, date_decision, date_validite, date_chantier, date_achevement, avis_decision, etat_dernier_dossier_instruction_accepte, dossier_autorisation_libelle, om_collectivite, cle_acces_citoyen) VALUES ('PA0130551200001', 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', NULL, NULL, NULL, NULL, NULL, 0, 2, '2012-12-17', '2010-08-01', '2012-08-01', NULL, NULL, 8, 2, 'PA 013055 12 00001', 2, NULL); |
224 |
INSERT INTO dossier_autorisation (dossier_autorisation, dossier_autorisation_type_detaille, exercice, insee, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, arrondissement, depot_initial, erp_numero_batiment, erp_ouvert, erp_date_ouverture, erp_arrete_decision, erp_date_arrete_decision, numero_version, etat_dossier_autorisation, date_depot, date_decision, date_validite, date_chantier, date_achevement, avis_decision, etat_dernier_dossier_instruction_accepte, dossier_autorisation_libelle, om_collectivite, cle_acces_citoyen) VALUES ('AT0130551300001', 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2013-11-06', NULL, NULL, NULL, NULL, NULL, 0, 1, '2013-11-06', NULL, NULL, NULL, NULL, NULL, NULL, 'AT 013055 13 00001', 2, NULL); |
225 |
INSERT INTO dossier_autorisation (dossier_autorisation, dossier_autorisation_type_detaille, exercice, insee, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, arrondissement, depot_initial, erp_numero_batiment, erp_ouvert, erp_date_ouverture, erp_arrete_decision, erp_date_arrete_decision, numero_version, etat_dossier_autorisation, date_depot, date_decision, date_validite, date_chantier, date_achevement, avis_decision, etat_dernier_dossier_instruction_accepte, dossier_autorisation_libelle, om_collectivite, cle_acces_citoyen) VALUES ('PC0130551200001', 1, NULL, '01234', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'PC 013055 12 00001', 2, NULL); |
226 |
|
227 |
|
228 |
-- |
229 |
-- Data for Name: dossier; Type: TABLE DATA; Schema: openads; Owner: postgres |
230 |
-- |
231 |
|
232 |
INSERT INTO dossier (dossier, annee, etat, instructeur, date_demande, date_depot, date_complet, date_rejet, date_notification_delai, delai, date_limite, accord_tacite, date_decision, date_validite, date_chantier, date_achevement, date_conformite, parcelle, pos, sig, batiment_nombre, logement_nombre, shon, shon_calcul, shob, lot, hauteur, piece_nombre, amenagement, parcelle_lot, parcelle_lot_lotissement, description, temp1, temp2, temp3, temp4, temp5, servitude, erp, avis_decision, enjeu_erp, enjeu_urba, division, autorite_competente, a_qualifier, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, dossier_autorisation, dossier_instruction_type, date_dernier_depot, version, incompletude, evenement_suivant_tacite, evenement_suivant_tacite_incompletude, etat_pendant_incompletude, date_limite_incompletude, delai_incompletude, dossier_libelle, numero_versement_archive, duree_validite, quartier, incomplet_notifie, om_collectivite, tax_secteur, tax_mtn_part_commu, tax_mtn_part_depart, tax_mtn_part_reg, tax_mtn_total, log_instructions, geom, geom1) VALUES ('PC0130551200001P0', '12', 'notifier', 2, '2012-12-17', '2012-12-17', '2012-12-17', NULL, '2013-01-17', 2, '2013-02-17', 'Oui', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, '', '', '', '', '', '', '', NULL, false, NULL, false, false, 22, 1, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'PC0130551200001', 1, '2012-12-17', 0, false, NULL, NULL, NULL, NULL, NULL, 'PC 013055 12 00001P0', NULL, 0, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, NULL, '01010000206A080000CDCCCCCC0EFE2941295C8FC2DD2AFC40', NULL); |
233 |
INSERT INTO dossier (dossier, annee, etat, instructeur, date_demande, date_depot, date_complet, date_rejet, date_notification_delai, delai, date_limite, accord_tacite, date_decision, date_validite, date_chantier, date_achevement, date_conformite, parcelle, pos, sig, batiment_nombre, logement_nombre, shon, shon_calcul, shob, lot, hauteur, piece_nombre, amenagement, parcelle_lot, parcelle_lot_lotissement, description, temp1, temp2, temp3, temp4, temp5, servitude, erp, avis_decision, enjeu_erp, enjeu_urba, division, autorite_competente, a_qualifier, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, dossier_autorisation, dossier_instruction_type, date_dernier_depot, version, incompletude, evenement_suivant_tacite, evenement_suivant_tacite_incompletude, etat_pendant_incompletude, date_limite_incompletude, delai_incompletude, dossier_libelle, numero_versement_archive, duree_validite, quartier, incomplet_notifie, om_collectivite, tax_secteur, tax_mtn_part_commu, tax_mtn_part_depart, tax_mtn_part_reg, tax_mtn_total, log_instructions, geom, geom1) VALUES ('PD0130551200001P0', '12', 'notifier', 3, '2012-12-17', '2012-12-17', '2012-12-17', NULL, '2013-01-17', 2, '2013-02-17', 'Oui', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, '', '', '', '', '', '', '', NULL, false, NULL, false, false, 23, 3, false, '805AB0009;', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'PD0130551200001', 11, '2012-12-17', 0, false, NULL, NULL, NULL, NULL, NULL, 'PD 013055 12 00001P0', NULL, 0, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
234 |
INSERT INTO dossier (dossier, annee, etat, instructeur, date_demande, date_depot, date_complet, date_rejet, date_notification_delai, delai, date_limite, accord_tacite, date_decision, date_validite, date_chantier, date_achevement, date_conformite, parcelle, pos, sig, batiment_nombre, logement_nombre, shon, shon_calcul, shob, lot, hauteur, piece_nombre, amenagement, parcelle_lot, parcelle_lot_lotissement, description, temp1, temp2, temp3, temp4, temp5, servitude, erp, avis_decision, enjeu_erp, enjeu_urba, division, autorite_competente, a_qualifier, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, dossier_autorisation, dossier_instruction_type, date_dernier_depot, version, incompletude, evenement_suivant_tacite, evenement_suivant_tacite_incompletude, etat_pendant_incompletude, date_limite_incompletude, delai_incompletude, dossier_libelle, numero_versement_archive, duree_validite, quartier, incomplet_notifie, om_collectivite, tax_secteur, tax_mtn_part_commu, tax_mtn_part_depart, tax_mtn_part_reg, tax_mtn_total, log_instructions, geom, geom1) VALUES ('DP0130551200001P0', '12', 'notifier', 1, '2012-12-17', '2012-12-17', '2012-12-17', NULL, '2013-01-17', 2, '2013-02-17', 'Oui', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, '', '', '', '', '', '', '', NULL, false, NULL, false, false, 22, 1, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'DP0130551200001', 21, '2012-12-17', 0, false, NULL, NULL, NULL, NULL, NULL, 'DP 013055 12 00001P0', NULL, 0, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
235 |
INSERT INTO dossier (dossier, annee, etat, instructeur, date_demande, date_depot, date_complet, date_rejet, date_notification_delai, delai, date_limite, accord_tacite, date_decision, date_validite, date_chantier, date_achevement, date_conformite, parcelle, pos, sig, batiment_nombre, logement_nombre, shon, shon_calcul, shob, lot, hauteur, piece_nombre, amenagement, parcelle_lot, parcelle_lot_lotissement, description, temp1, temp2, temp3, temp4, temp5, servitude, erp, avis_decision, enjeu_erp, enjeu_urba, division, autorite_competente, a_qualifier, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, dossier_autorisation, dossier_instruction_type, date_dernier_depot, version, incompletude, evenement_suivant_tacite, evenement_suivant_tacite_incompletude, etat_pendant_incompletude, date_limite_incompletude, delai_incompletude, dossier_libelle, numero_versement_archive, duree_validite, quartier, incomplet_notifie, om_collectivite, tax_secteur, tax_mtn_part_commu, tax_mtn_part_depart, tax_mtn_part_reg, tax_mtn_total, log_instructions, geom, geom1) VALUES ('CU0130551200001P0', '12', 'notifier', 1, '2012-12-17', '2012-12-17', '2012-12-17', NULL, '2013-01-17', 2, '2013-02-17', 'Oui', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, '', '', '', '', '', '', '', NULL, false, NULL, false, false, 22, 1, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'CU0130551200001', 26, '2012-12-17', 0, false, NULL, NULL, NULL, NULL, NULL, 'CU 013055 12 00001P0', NULL, 0, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
236 |
INSERT INTO dossier (dossier, annee, etat, instructeur, date_demande, date_depot, date_complet, date_rejet, date_notification_delai, delai, date_limite, accord_tacite, date_decision, date_validite, date_chantier, date_achevement, date_conformite, parcelle, pos, sig, batiment_nombre, logement_nombre, shon, shon_calcul, shob, lot, hauteur, piece_nombre, amenagement, parcelle_lot, parcelle_lot_lotissement, description, temp1, temp2, temp3, temp4, temp5, servitude, erp, avis_decision, enjeu_erp, enjeu_urba, division, autorite_competente, a_qualifier, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, dossier_autorisation, dossier_instruction_type, date_dernier_depot, version, incompletude, evenement_suivant_tacite, evenement_suivant_tacite_incompletude, etat_pendant_incompletude, date_limite_incompletude, delai_incompletude, dossier_libelle, numero_versement_archive, duree_validite, quartier, incomplet_notifie, om_collectivite, tax_secteur, tax_mtn_part_commu, tax_mtn_part_depart, tax_mtn_part_reg, tax_mtn_total, log_instructions, geom, geom1) VALUES ('AZ0130551200001P0', '12', 'notifier', 1, '2012-12-17', '2012-12-17', '2012-12-17', NULL, '2013-01-17', 2, '2013-02-17', 'Oui', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, '', '', '', '', '', '', '', NULL, false, NULL, false, false, 22, 1, false, '806AB0001A0005;', '113', 'boulevard pont de vivaux', NULL, 'Marseille', '13010', NULL, NULL, NULL, 'AZ0130551200001', 31, '2012-12-17', 0, false, NULL, NULL, NULL, NULL, NULL, 'AZ 013055 12 00001P0', NULL, 0, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
237 |
INSERT INTO dossier (dossier, annee, etat, instructeur, date_demande, date_depot, date_complet, date_rejet, date_notification_delai, delai, date_limite, accord_tacite, date_decision, date_validite, date_chantier, date_achevement, date_conformite, parcelle, pos, sig, batiment_nombre, logement_nombre, shon, shon_calcul, shob, lot, hauteur, piece_nombre, amenagement, parcelle_lot, parcelle_lot_lotissement, description, temp1, temp2, temp3, temp4, temp5, servitude, erp, avis_decision, enjeu_erp, enjeu_urba, division, autorite_competente, a_qualifier, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, dossier_autorisation, dossier_instruction_type, date_dernier_depot, version, incompletude, evenement_suivant_tacite, evenement_suivant_tacite_incompletude, etat_pendant_incompletude, date_limite_incompletude, delai_incompletude, dossier_libelle, numero_versement_archive, duree_validite, quartier, incomplet_notifie, om_collectivite, tax_secteur, tax_mtn_part_commu, tax_mtn_part_depart, tax_mtn_part_reg, tax_mtn_total, log_instructions, geom, geom1) VALUES ('AT0130551200001P0', '12', 'notifier', 1, '2012-12-17', '2012-12-17', '2012-12-17', NULL, '2013-01-17', 2, '2013-02-17', 'Oui', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, '', '', '', '', '', '', '', NULL, false, NULL, false, false, 22, 1, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'AT0130551200001', 36, '2012-12-17', 0, false, 64, NULL, NULL, NULL, NULL, 'AT 013055 12 00001P0', NULL, 0, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
238 |
INSERT INTO dossier (dossier, annee, etat, instructeur, date_demande, date_depot, date_complet, date_rejet, date_notification_delai, delai, date_limite, accord_tacite, date_decision, date_validite, date_chantier, date_achevement, date_conformite, parcelle, pos, sig, batiment_nombre, logement_nombre, shon, shon_calcul, shob, lot, hauteur, piece_nombre, amenagement, parcelle_lot, parcelle_lot_lotissement, description, temp1, temp2, temp3, temp4, temp5, servitude, erp, avis_decision, enjeu_erp, enjeu_urba, division, autorite_competente, a_qualifier, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, dossier_autorisation, dossier_instruction_type, date_dernier_depot, version, incompletude, evenement_suivant_tacite, evenement_suivant_tacite_incompletude, etat_pendant_incompletude, date_limite_incompletude, delai_incompletude, dossier_libelle, numero_versement_archive, duree_validite, quartier, incomplet_notifie, om_collectivite, tax_secteur, tax_mtn_part_commu, tax_mtn_part_depart, tax_mtn_part_reg, tax_mtn_total, log_instructions, geom, geom1) VALUES ('PA0130551200001P0', '12', 'accepter', 1, '2012-12-17', '2012-12-17', '2012-12-17', NULL, '2013-01-17', 2, '2013-02-17', 'Oui', '2010-08-01', '2012-08-01', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, '', '', '', '', '', '', '', NULL, false, 8, false, false, 22, 1, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'PA0130551200001', 16, '2012-12-17', 0, false, NULL, NULL, NULL, NULL, NULL, 'PA 013055 12 00001P0', NULL, 0, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
239 |
INSERT INTO dossier (dossier, annee, etat, instructeur, date_demande, date_depot, date_complet, date_rejet, date_notification_delai, delai, date_limite, accord_tacite, date_decision, date_validite, date_chantier, date_achevement, date_conformite, parcelle, pos, sig, batiment_nombre, logement_nombre, shon, shon_calcul, shob, lot, hauteur, piece_nombre, amenagement, parcelle_lot, parcelle_lot_lotissement, description, temp1, temp2, temp3, temp4, temp5, servitude, erp, avis_decision, enjeu_erp, enjeu_urba, division, autorite_competente, a_qualifier, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, dossier_autorisation, dossier_instruction_type, date_dernier_depot, version, incompletude, evenement_suivant_tacite, evenement_suivant_tacite_incompletude, etat_pendant_incompletude, date_limite_incompletude, delai_incompletude, dossier_libelle, numero_versement_archive, duree_validite, quartier, incomplet_notifie, om_collectivite, tax_secteur, tax_mtn_part_commu, tax_mtn_part_depart, tax_mtn_part_reg, tax_mtn_total, log_instructions, geom, geom1) VALUES ('PC0130551200002P0', '12', 'notifier', 1, '2012-12-17', '2012-12-17', '2012-12-17', NULL, '2013-01-17', 2, '2013-02-17', 'Oui', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, '', '', '', '', '', '', '', NULL, false, NULL, false, false, 22, 1, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'PC0130551200002', 6, '2012-12-17', 0, false, NULL, NULL, NULL, NULL, NULL, 'PC 013055 12 00002P0', NULL, 0, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
240 |
INSERT INTO dossier (dossier, annee, etat, instructeur, date_demande, date_depot, date_complet, date_rejet, date_notification_delai, delai, date_limite, accord_tacite, date_decision, date_validite, date_chantier, date_achevement, date_conformite, parcelle, pos, sig, batiment_nombre, logement_nombre, shon, shon_calcul, shob, lot, hauteur, piece_nombre, amenagement, parcelle_lot, parcelle_lot_lotissement, description, temp1, temp2, temp3, temp4, temp5, servitude, erp, avis_decision, enjeu_erp, enjeu_urba, division, autorite_competente, a_qualifier, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, dossier_autorisation, dossier_instruction_type, date_dernier_depot, version, incompletude, evenement_suivant_tacite, evenement_suivant_tacite_incompletude, etat_pendant_incompletude, date_limite_incompletude, delai_incompletude, dossier_libelle, numero_versement_archive, duree_validite, quartier, incomplet_notifie, om_collectivite, tax_secteur, tax_mtn_part_commu, tax_mtn_part_depart, tax_mtn_part_reg, tax_mtn_total, log_instructions, geom, geom1) VALUES ('AT0130551300001P0', '13', 'incomplet', NULL, '2013-11-06', '2013-11-06', '2013-11-06', NULL, '2013-12-06', 2, '2014-01-06', 'Oui', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, '', '', '', '', '', '', '', NULL, false, NULL, false, false, NULL, NULL, true, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'AT0130551300001', 36, '2013-11-06', 0, true, NULL, NULL, NULL, NULL, NULL, 'AT 013055 13 00001P0', NULL, 0, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
241 |
|
242 |
|
243 |
-- |
244 |
-- Data for Name: service; Type: TABLE DATA; Schema: openads; Owner: postgres |
245 |
-- |
246 |
|
247 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('JURIW', 'PARQUET', '', '', '', '', '', 0, 574, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
248 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.02', 'Atelier du Patrimoine', 'Square Belsunce', '', '13001', 'Marseille', '', 1, 2, false, false, '2000-01-01', '2100-01-01', 'pour_conformite', 11, 2, 'mois'); |
249 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.06', 'Direction de la Circulation', 'Place de la Joliette', 'CUMPM - Les Docks - Atrium 10.7', '13002', 'Marseille', '', 1, 6, false, false, '2000-01-01', '2100-01-01', 'pour_conformite', 11, 2, 'mois'); |
250 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.07', 'Service de l'' Espace Public', 'Rue Mongrand', '', '13006', 'Marseille', '', 0, 7, false, false, '2000-01-01', '2100-01-01', 'pour_information', 10, 2, 'mois'); |
251 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.08', 'Division Prévention des Marins Pompiers / PREV', 'Boulevard de Strasbourg', '', '13303', 'Marseille Cedex 3', '', 1, 8, false, false, '2000-01-01', '2100-01-01', 'pour_information', 10, 2, 'mois'); |
252 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.12', 'Direction de la Propreté Urbaine', 'DOCTEUR HECKEL', '', '13011', 'Marseille', '', 0, 12, false, false, '2000-01-01', '2100-01-01', 'pour_information', 10, 2, 'mois'); |
253 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.13', 'Régie des Tranports de Marseille - DTP/CIP', 'du Métro', '', '13013', 'Marseille', '', 0, 13, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
254 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.15', 'DGST - Service de l''Espace Urbain', '320-330, Avenue du Prado', '', '13008', 'Marseille', '', 0, 15, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
255 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.17', 'Conseil Général des BDR - Direction des Routes', 'Avenue Joseph Vidal', '', '13285', 'Marseille cedex 08', '', 0, 17, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
256 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.22', 'Architecte des Bâtiments de France (Sites)', 'Place de la Joliette - Les Docks', 'S.D.A.P. des Bouches du Rhône', '13567', 'Marseille cedex 02', '', 1, 22, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
257 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.25', 'Agence d''Urbanisme de l''Agglomération de Marseille', 'La Canebière', '', '13001', 'Marseille', '', 1, 25, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
258 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.31', 'Direction Opérationnelle des Télécommunications', 'Chemin du Sablier', '', '13008', 'Marseille', '', 0, 31, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
259 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.39', 'Service Logement S.A.H. - Changement d''usage', 'Rue Colbert', '', '13001', 'Marseille', '', 0, 39, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
260 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.43', 'Direction Dép de l''Inspection Sanitaire et Sociale', 'Rue Saint Sébastien', 'Programmation et Equipement', '13006', 'Marseille', '', 0, 43, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
261 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.45', 'Préfecture, Service des Etablissements Classés', 'Place de la Préfecture', 'Hôtel de la Préfecture', '13006', 'Marseille', '', 0, 45, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
262 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.49', 'Service des Armées', 'Caserne Audéoud', 'Place de la Corderie', '13002', 'Marseille', '', 0, 49, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
263 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.50', 'Direction des Services Concédés et des S.E.M.', 'Rue Colbert', '', '13001', 'Marseille', '', 1, 50, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
264 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.51', 'Direction de la Protection Civile', 'Rue Nau', '', '13005', 'Marseille', '', 0, 51, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
265 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.52', 'Chambre de Commerce et d''Industrie de Marseille', 'Palais de la Bourse', '', '13001', 'Marseille', '', 0, 52, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
266 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.54', 'Direction des Opérations Funéraires', 'Rue Saint Pierre', '', '13005', 'Marseille', '', 1, 54, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
267 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.57', 'Télédiffusion de France', 'Allée Ray Grassi', '', '13008', 'Marseille', '', 0, 57, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
268 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.59', 'DDTM 13 - Service de la Mer et du Littoral', 'rue Antoine Zattara', '', '13332', 'Marseille cedex3', '', 0, 59, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
269 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.60', 'SO.MI.MAR', 'M.I.N. des Arnavaux', '', '13014', 'Marseille', '', 0, 60, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
270 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.61', 'RTE - GET PROVENCE ALPES DU SUD', 'rue Louis Lépine', 'Les Chabauds Nord', '13330', 'Bouc Bel Air', '', 1, 61, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
271 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.64', 'Direction des Sports', 'Allée Ray Grassi', '', '13008', 'Marseille', '', 1, 63, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
272 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.67', 'GDF Exploitation Transport', 'Rue de Lyon', '', '13015', 'Marseille', '', 0, 66, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
273 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.68', 'Direction de l'' Eclairage Public', 'Rue Sénac', '', '13001', 'Marseille', '', 1, 67, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
274 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.70', 'AUTRE', '', '', '', '', '', 0, 69, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
275 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.71', 'Direction Régionale Industrie Recherche', 'Avenue du Prado', '', '13008', 'Marseille', '', 0, 70, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
276 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.73', 'Dir. Départementale des Territoires et de la Mer', 'Antoine Zattara', '', '13332', 'Marseille cedex 3', '', 0, 72, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
277 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.78', 'Direction des Handicapés', 'Avenue du Prado', 'Cellule Accessibilité', '13008', 'Marseille', '', 0, 77, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
278 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('1ER', 'Maire 1er Secteur', '', '', '', '', '', 0, 501, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
279 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('2EME', 'Maire 2ème Secteur', '', '', '', '', '', 0, 502, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
280 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('3EME', 'Maire 3ème Secteur', '', '', '', '', '', 0, 503, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
281 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('4EME', 'Maire 4ème Secteur', '', '', '', '', '', 0, 504, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
282 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('5EME', 'Maire 5ème Secteur', '', '', '', '', '', 0, 505, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
283 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('6EME', 'Maire 6ème Secteur', '', '', '', '', '', 0, 506, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
284 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('7EME', 'Maire 7ème Secteur', '', '', '', '', '', 0, 507, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
285 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('8EME', 'Maire 8ème Secteur', '', '', '', '', '', 0, 508, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
286 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.14', 'Société Nationale des Chemins de Fer Français', 'Esplanade Saint-Charles', '', '13001', 'Marseille', '', 0, 14, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
287 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.19', 'Architecte des Bâtiments de France (Monuments)', 'Place de la Joliette - Les Docks', 'S.D.A.P. des Bouches du Rhône', '13567', 'Marseille cedex 02', '', 1, 19, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
288 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.89', 'BMP / PHOTOVOLTAIQUE', 'Boulevard de Strasbourg', '', '13303', 'Marseille Cedex 3', '', 0, 570, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
289 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.21', 'Préfet, Direction des Affaires Décentralisées', 'Monsieur le Préfet des Bouches du Rhône', 'Bureau de l''Urbanisme et Protection d', '13282', 'Marseille Cedex 6', '', 0, 21, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
290 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.26', 'Direction des Infrastructures - CUMPM', 'BP 48014', '', '13567', 'Marseille Cedex 02', '', 0, 26, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
291 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.30', 'Orange France', 'Rue Jacques Réattu - Buroparc Bât H', 'Unité de Pilotage Réseau Sud Est', '13009', 'Marseille', '', 0, 30, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
292 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.38', 'Direction Développement Economique, Affaires Int.', 'Rue Henri Barbusse', '', '13001', 'Marseille', '', 1, 38, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
293 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.42', 'Commision Départ. de l''Aménagement Commercial', 'Préfecture des Bouches du Rhône - DCSE', 'Boulevard Paul Peytral', '13282', 'Marseille Cedex 20', '', 0, 42, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
294 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.44', 'Direction Dép. de l''Action Sanitaire et Sociale', 'Rue Saint Sébastien', 'Service de l''Inadaptation et de la Prog', '13006', 'Marseille', '', 0, 44, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
295 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.46', 'Société des Eaux de la Ville de Marseille', 'Rue Edouard Delanglade', '', '13006', 'Marseille', '', 1, 46, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
296 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.48', 'Port Autonome de la Ville de Marseille', 'Place de la Joliette', '', '13002', 'Marseille', '', 1, 48, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
297 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.72', 'DDTM 13 - Service Urbanisme', 'Antoine Zattara', '', '13332', 'Marseille cedex 3', '', 0, 71, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
298 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.77', 'Brigade Domaniale - Centre des Impôts de Ste Anne', 'Boulevard Baptiste Bonnet', '', '13285', 'Marseille Cedex 8', '', 0, 76, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
299 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.83', 'Direction Régionale des Affaires Culturelles', 'Boulevard du Roy René', '', '13617', 'Aix en Provence cedex 1', '', 0, 79, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
300 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.84', 'Direction Régionale des Antiquités', 'Service de la Conservation Régionale de', 'Historiques', '13617', 'Aix en Provence Cedex', '', 0, 80, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
301 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.10', 'MARSEILLE AMENAGEMENT - SOLEAM', 'La Canebière', '', '13001', 'MARSEILLE', '', 0, 511, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
302 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.10', 'Grand Projet Ville', 'Boulevard du Capitaine Gèze', '', '13015', 'MARSEILLE', '', 0, 512, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
303 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.44', 'Direction Départ. des Services Vétérinaires', 'Rue Saint Sébastien', 'BP 23 Cédex 6', '13447', 'MARSEILLE', '', 0, 513, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
304 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.10', 'Service Prévention et Sécurité du Public ZÃ R', 'Avenue Alexandre Dumas', '', '13008', 'MARSEILLE', '', 0, 519, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
305 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.36', 'Service Conseil et Droit de l ''Urbanisme', 'Place François Mireur', '', '13001', 'MARSEILLE', '', 0, 36, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
306 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.10', 'ETABLISSEMENT PUBLIC EUROMEDITERRANEE', 'PLACE DE LA JOLIETTE', 'LES DOCKS BP 52620', '13567', 'MARSEILLE CEDEX 02', '', 0, 528, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
307 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.20', 'Direction Voirie et Entretien des Espaces Publics', 'Allée de la Voirie', '', '13014', 'Marseille', '', 1, 20, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
308 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.69', 'D.G.de l''Architecture et des Bâtiments Communaux', 'Boulevard de Louvain', '', '13008', 'Marseille', '', 1, 68, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
309 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.10', 'MISSION METRO - TRAMWAY', 'PLACE DE LA JOLIETTE', '', '13567', 'MARSEILLE cedex 02', '', 0, 531, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
310 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.10', 'DIRECTION DES PORTS ET AEROPORTS', 'PLACE DE LA JOLIETTE', 'BP 48014', '13002', 'MARSEILLE cedex 02', '', 0, 532, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
311 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.11', 'DIRECTION DES SYSTEMES D''INFORMATION', 'AV ROGER SALENGRO', '', '13003', 'MARSEILLE', '', 0, 533, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
312 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.79', 'Commission Départ. d''Accessibilité aux Handicapés', 'Antoine Zattara', 'D.D.T.M. 13 / Service Construction - Ac', '13332', 'Marseille', '', 0, 538, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
313 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.87', 'CUMPM - DUAEIC - Service Hab. Pol. de la Ville', 'Les Docks - Atrium 10.7', 'BP48014', '13567', 'Marseille Cedex 02', '', 0, 539, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
314 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.01', 'Direction de l''Eau et de l''Assainissement - SPANC', 'Boulevard Joseph Vernet', '', '13008', 'Marseille', '', 0, 540, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
315 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.01', 'SERAM', 'Capitaine Geze', 'BP 10256', '13308', 'Marseille Cedex 14', '', 0, 541, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
316 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.88', 'DAE - RESID TOURISME ET HOTELIER', '', '', '', '', '', 0, 542, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
317 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.11', 'LE TRAM', 'RUE SAINT PIERRE', '', '13005', 'MARSEILLE', '', 0, 543, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
318 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.32', 'Ministère de la Défense / Armée de l''Air', 'Etat-Major de la Région Aérienne Sud', 'Section Environnement Aéronautique - BP', '33998', 'BORDEAUX Armées', '', 0, 544, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
319 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.89', 'DRAC Monuments Historiques', 'Pôle Recherche et Valorisation du Pa', '23, Boulevard du Roy René', '13617', 'Aix en Provence Cedex 1', '', 1, 546, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
320 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.90', 'DRAC Archéologie', 'Service Régional de l''Archéologie', '23, Boulevard du Roy René', '13617', 'Aix en Provence Cedex 1', '', 0, 547, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
321 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('999', 'Transmission Monsieur le Préfet', 'DCLCV 4eme BUREAU URBANISME', 'BD PAUL PETRAL', '13282', 'MARSEILLE CEDEX', '', 1, 549, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
322 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.11', 'Division Prévention Marins Pompiers/ERP', 'Boulevard de Strasbourg', '', '13303', 'Marseille Cedex 3', '', 0, 550, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
323 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.82', 'Société Marseillaise du Tunnel Prado Carénage', 'Avenue Arthur Scott', 'BP 40', '13448', 'Marseille Cantini Cedex', '', 1, 552, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
324 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.63', 'Direction de la Petite Enfance DGEPE (crèches)', 'Rue des Convalescents', '', '13233', 'Marseille Cedex 20', '', 0, 553, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
325 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.81', 'Direction de l''Education DGEPE', 'Rue des Convalescents', '', '13233', 'Marseille cedex 20', '', 1, 560, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
326 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.73', 'Direction Régionale de l''Environnement PACA', 'Le Tholonet - BP 120', '', '13603', 'Aix en Provence - Cedex 01', '', 0, 561, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
327 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.47', 'ERDF-MED-ACCUEIL-URBANISME', 'Les Jardins de Duranne', '510, Rue René Descartes', '13592', 'Aix en Provence', '', 0, 562, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
328 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.59', 'Syndicat Intercommunal de l''Huveaune', 'de la Fleuride - ZI les paluds', '', '13400', 'Aubagne', '', 0, 563, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
329 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('800', 'Changement d''Usage mairie secteur', 'mairie de secteur', '', '', '', '', 0, 564, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
330 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.56', 'Monsieur le Préfet (dérogation PLU)', 'Dir. des collectivités locales et du', '7 Avenue du Général Leclerc', '13332', 'Marseille Cedex 3', '', 0, 56, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
331 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.89', 'SDAP des BdR', 'Les Docks - Atrium 104', '10 Place de la Joliette', '13567', 'marseille cedex2', '', 0, 568, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
332 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.89', 'POLICE NATIONALE', 'Sous Commission Départ. de la Sé', '2 rue Antoine Becker', '13002', 'Marseille', '', 0, 571, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
333 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('DAEWE', 'DAE - BUREAU ENTREPOT INDUSTRIE AGRICOLE', '', '', '', '', '', 0, 572, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
334 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.88', 'DAE - COMMERCE ARTISANAT', '', '', '', '', '', 0, 575, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
335 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.36', 'Service de la Planification Urbaine', 'Rue Colbert', '', '13001', 'MARSEILLE', '', 0, 576, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
336 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.36', 'Service Aménagement et Habitat - CENTRE SUD', 'Rue Colbert', '', '13001', 'MARSEILLE', '', 0, 577, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
337 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.36', 'Service Aménagement et Habitat - NORD', 'Rue Colbert', '', '13001', 'MARSEILLE', '', 0, 578, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
338 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.36', 'Service de l''Action Fonçière', 'Place François Mireur', '', '13001', 'MARSEILLE', '', 0, 580, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
339 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.36', 'CUMM - DUFE - Service Urbanisme et Foncier', 'Rue Heni Barbusse', '', '13001', 'MARSEILLE', '', 0, 581, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
340 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.05', 'Service Parcs et Jardins, du Littoral et de la Mer', 'Avenue Clot-Bey', '', '13008', 'Marseille', '', 0, 5, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
341 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.10', 'Service Prévention et Gestion des Risques ERP', 'Avenue Alexandre Dumas', '', '13008', 'MARSEILLE', '', 0, 583, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
342 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('DAE2', 'DAE - ETUDIANT - PUBLIC - ENSEIGNEMENT - RECHERCHE', '', '', '', '', '', 0, 584, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
343 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.29', 'DEEU Ravalements de facade', 'Avenue du Prado', 'Le Grand Pavois', '13008', 'Marseille', '', 0, 585, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
344 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.73', 'DDTM Taxe Aménagement', '', '', '', '', '', 0, 586, false, false, '2000-01-01', '2100-01-01', 'avec_avis_attendu', 9, 2, 'mois'); |
345 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('ERPSE', 'ERP Service Securité', '24 rue de Rome', '', '13001', 'Marseille', '[email protected]', 3, 23, false, false, '2012-11-03', '2013-02-03', 'avec_avis_attendu', 9, 2, 'mois'); |
346 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('ERPAC', 'ERP Service Accessibilité', '24 rue de Rome', '', '13001', 'Marseille', '[email protected]', 3, 24, false, false, '2012-11-03', '2013-02-03', 'avec_avis_attendu', 9, 2, 'mois'); |
347 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('ERPSC', 'ERP Service Conformité', '24 rue de Rome', '', '13001', 'Marseille', '[email protected]', 3, 587, false, false, '2012-11-03', '2013-02-03', 'avec_avis_attendu', 9, 2, 'mois'); |
348 |
INSERT INTO service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation, edition, om_collectivite, delai_type) VALUES ('59.01', 'Direction de l''Eau et de l''Assainissement', 'Boulevard Joseph Vernet', '', '13008', 'Marseille', '[email protected]', 1, 1, false, true, '2000-01-01', '2100-01-01', 'pour_conformite', 11, 2, 'mois'); |
349 |
|
350 |
|
351 |
-- |
352 |
-- Data for Name: consultation; Type: TABLE DATA; Schema: openads; Owner: postgres |
353 |
-- |
354 |
|
355 |
INSERT INTO consultation (consultation, dossier, date_envoi, date_retour, date_limite, service, avis_consultation, date_reception, motivation, fichier, lu, code_barres, om_fichier_consultation, om_final_consultation, marque) VALUES (1, 'PC0130551200002P0', '2013-01-01', NULL, '2013-02-01', 1, NULL, '2013-01-01', '', NULL, true, '120000000001', 'OP_FAILURE', true, false); |
356 |
INSERT INTO consultation (consultation, dossier, date_envoi, date_retour, date_limite, service, avis_consultation, date_reception, motivation, fichier, lu, code_barres, om_fichier_consultation, om_final_consultation, marque) VALUES (2, 'PC0130551200001P0', '2013-03-01', NULL, '2013-04-01', 1, NULL, '2013-03-01', '', NULL, true, '120000000002', 'OP_FAILURE', true, false); |
357 |
INSERT INTO consultation (consultation, dossier, date_envoi, date_retour, date_limite, service, avis_consultation, date_reception, motivation, fichier, lu, code_barres, om_fichier_consultation, om_final_consultation, marque) VALUES (3, 'PC0130551200002P0', '2013-01-01', NULL, NULL, 1, NULL, '2013-01-01', '', NULL, true, '120000000003', NULL, true, false); |
358 |
INSERT INTO consultation (consultation, dossier, date_envoi, date_retour, date_limite, service, avis_consultation, date_reception, motivation, fichier, lu, code_barres, om_fichier_consultation, om_final_consultation, marque) VALUES (4, 'AZ0130551200001P0', '2013-01-01', NULL, NULL, 1, NULL, '2013-01-01', '', NULL, true, '120000000004', NULL, true, false); |
359 |
INSERT INTO consultation (consultation, dossier, date_envoi, date_retour, date_limite, service, avis_consultation, date_reception, motivation, fichier, lu, code_barres, om_fichier_consultation, om_final_consultation, marque) VALUES (5, 'PC0130551200002P0', '2013-01-01', NULL, NULL, 1, NULL, '2013-01-01', '', NULL, true, '120000000005', NULL, true, false); |
360 |
|
361 |
|
362 |
-- |
363 |
-- Name: consultation_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
364 |
-- |
365 |
|
366 |
SELECT pg_catalog.setval('consultation_seq', 6, false); |
367 |
|
368 |
|
369 |
-- |
370 |
-- Data for Name: contrainte; Type: TABLE DATA; Schema: openads; Owner: postgres |
371 |
-- |
372 |
|
373 |
INSERT INTO contrainte (contrainte, numero, nature, groupe, sousgroupe, libelle, texte, no_ordre, reference, service_consulte, om_validite_debut, om_validite_fin, om_collectivite) VALUES (1, '5', 'PLU', 'AUTRES SERVITUDES', 'implantation-hauteur', 'prescription de hauteurs particulières le long de certaines voies', '', NULL, true, false, NULL, NULL, 1); |
374 |
INSERT INTO contrainte (contrainte, numero, nature, groupe, sousgroupe, libelle, texte, no_ordre, reference, service_consulte, om_validite_debut, om_validite_fin, om_collectivite) VALUES (2, '16', 'PLU', 'AUTRES SERVITUDES', 'protection', 'séquence architecturale remarquable à protéger L123-1.7', '', NULL, true, false, NULL, NULL, 2); |
375 |
INSERT INTO contrainte (contrainte, numero, nature, groupe, sousgroupe, libelle, texte, no_ordre, reference, service_consulte, om_validite_debut, om_validite_fin, om_collectivite) VALUES (3, '2', 'PLU', 'ZONES DU PLU', NULL, 'zones, secteurs et lotissements dont les règles sont maintenues zones, secteurs et lotissements dont les règles sont maintenues', '', NULL, true, false, NULL, NULL, 2); |
376 |
INSERT INTO contrainte (contrainte, numero, nature, groupe, sousgroupe, libelle, texte, no_ordre, reference, service_consulte, om_validite_debut, om_validite_fin, om_collectivite) VALUES (4, '3', 'PLU', 'AUTRES SERVITUDES', 'implantation-hauteur', 'emplacement réservé pour équipement public (superstructure)', '', NULL, true, false, NULL, NULL, 2); |
377 |
INSERT INTO contrainte (contrainte, numero, nature, groupe, sousgroupe, libelle, texte, no_ordre, reference, service_consulte, om_validite_debut, om_validite_fin, om_collectivite) VALUES (5, NULL, 'PLU', 'Contraintes OpenADS', 'environnement', 'Pollution puits', 'Le puits d''une profondeur de [...] est pollué.', NULL, false, false, NULL, NULL, 2); |
378 |
|
379 |
|
380 |
-- |
381 |
-- Name: contrainte_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
382 |
-- |
383 |
|
384 |
SELECT pg_catalog.setval('contrainte_seq', 6, false); |
385 |
|
386 |
|
387 |
-- |
388 |
-- Data for Name: document_numerise; Type: TABLE DATA; Schema: openads; Owner: postgres |
389 |
-- |
390 |
|
391 |
INSERT INTO document_numerise (document_numerise, uid, dossier, nom_fichier, date_creation, document_numerise_type) VALUES (1, '483cf5c504c9f81a7c7f470c5a209140', 'AZ0130551200001P0', '20130614ART.pdf', '2013-06-14', 10); |
392 |
|
393 |
|
394 |
-- |
395 |
-- Data for Name: signataire_arrete; Type: TABLE DATA; Schema: openads; Owner: postgres |
396 |
-- |
397 |
|
398 |
INSERT INTO signataire_arrete (signataire_arrete, civilite, nom, prenom, qualite, signature, defaut, om_validite_debut, om_validite_fin, om_collectivite) VALUES (1, 4, 'Dupont', 'Albert', 'Maire', 'X', true, NULL, NULL, 1); |
399 |
|
400 |
|
401 |
-- |
402 |
-- Data for Name: instruction; Type: TABLE DATA; Schema: openads; Owner: postgres |
403 |
-- |
404 |
|
405 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (1, 'PC0130551200001P0', '2012-12-17', 1, 'recepisse_1', '', '', 'PC0130551200001P0', 'initialisation', 2, 'notifier', 'Oui', 1, 0, NULL, NULL, NULL, NULL, ' ', '', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', false, NULL, NULL, NULL, NULL, NULL, '110000000001', NULL, NULL, NULL, NULL, NULL, 0, 0, false, NULL, false, NULL); |
406 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (2, 'PC0130551200002P0', '2012-12-17', 1, 'recepisse_1', '', '', 'PC0130551200002P0', 'initialisation', 2, 'notifier', 'Oui', 1, 0, NULL, NULL, NULL, NULL, ' ', '', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', false, NULL, NULL, NULL, NULL, NULL, '110000000002', NULL, NULL, NULL, NULL, NULL, 0, 0, false, NULL, false, NULL); |
407 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (3, 'PD0130551200001P0', '2012-12-17', 1, 'recepisse_1', '', '', 'PD0130551200001P0', 'initialisation', 2, 'notifier', 'Oui', 1, 0, NULL, NULL, NULL, NULL, ' ', '', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', false, NULL, NULL, NULL, NULL, NULL, '110000000003', NULL, NULL, NULL, NULL, NULL, 0, 0, false, NULL, false, NULL); |
408 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (4, 'PA0130551200001P0', '2012-12-17', 1, 'recepisse_1', '', '', 'PA0130551200001P0', 'initialisation', 2, 'notifier', 'Oui', 1, 0, NULL, NULL, NULL, NULL, ' ', '', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', false, NULL, NULL, NULL, NULL, NULL, '110000000004', NULL, NULL, NULL, NULL, NULL, 0, 0, false, NULL, false, NULL); |
409 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (5, 'DP0130551200001P0', '2012-12-17', 1, 'recepisse_1', '', '', 'DP0130551200001P0', 'initialisation', 2, 'notifier', 'Oui', 1, 0, NULL, NULL, NULL, NULL, ' ', '', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', false, NULL, NULL, NULL, NULL, NULL, '110000000005', NULL, NULL, NULL, NULL, NULL, 0, 0, false, NULL, false, NULL); |
410 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (6, 'CU0130551200001P0', '2012-12-17', 1, 'recepisse_1', '', '', 'CU0130551200001P0', 'initialisation', 2, 'notifier', 'Oui', 1, 0, NULL, NULL, NULL, NULL, ' ', '', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', false, NULL, NULL, NULL, NULL, NULL, '110000000006', NULL, NULL, NULL, NULL, NULL, 0, 0, false, NULL, false, NULL); |
411 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (7, 'AZ0130551200001P0', '2012-12-17', 1, 'recepisse_1', '', '', 'AZ0130551200001P0', 'initialisation', 2, 'notifier', 'Oui', 1, 0, NULL, NULL, NULL, NULL, ' ', '', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', false, NULL, NULL, NULL, NULL, NULL, '110000000007', NULL, NULL, NULL, NULL, NULL, 0, 0, false, NULL, false, NULL); |
412 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (8, 'AT0130551200001P0', '2012-12-17', 1, 'recepisse_1', '', '', 'AT0130551200001P0', 'initialisation', 2, 'notifier', 'Oui', 1, 0, NULL, NULL, NULL, NULL, ' ', '', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', false, NULL, NULL, NULL, NULL, NULL, '110000000008', NULL, NULL, NULL, NULL, NULL, 0, 0, false, NULL, false, NULL); |
413 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (9, 'AZ0130551200001P0', '2013-02-27', 81, 'arrete', '', '', 'AZ0130551200001P0', 'acceptation', 0, 'accepter', 'Non', 0, 2, '2012-12-17', NULL, '2013-02-17', '2013-01-17', 'Oui', 'notifier', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', 7, NULL, NULL, '2013-03-27', NULL, '2013-03-27', NULL, '2013-03-27', 1, NULL, '2012-12-17', false, NULL, NULL, NULL, NULL, NULL, '110000000009', NULL, NULL, 1, NULL, NULL, 0, 0, false, NULL, false, NULL); |
414 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (10, 'PA0130551200001P0', '2010-08-01', 30, 'arrete', '', '', 'PA0130551200001P0', 'acceptation', 24, 'accepter', 'Non', 0, 2, '2012-12-17', NULL, '2013-02-17', '2013-01-17', 'Oui', 'notifier', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', false, NULL, NULL, NULL, NULL, NULL, '110000000010', NULL, false, NULL, 1, NULL, 0, 0, false, NULL, false, NULL); |
415 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (11, 'DP0130551200001P0', '2013-09-02', 81, 'arrete', '', '', 'DP0130551200001P0', 'acceptation', 0, 'accepter', 'Non', 0, 2, '2012-12-17', NULL, '2013-02-17', '2013-01-17', 'Oui', 'notifier', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2012-12-17', false, NULL, NULL, NULL, NULL, NULL, '110000000011', NULL, false, NULL, 1, NULL, 0, 0, false, NULL, false, NULL); |
416 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (12, 'AT0130551300001P0', '2013-11-06', 95, 'recepisse_1', '', '', 'AT0130551300001P0', 'initialisation', 2, 'incomplet', 'Oui', 1, 0, NULL, NULL, NULL, NULL, ' ', '', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, '2013-11-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2013-11-06', false, NULL, NULL, NULL, NULL, NULL, '110000000012', '4bacae99867140ec2df71ba4dbdecde5', true, NULL, NULL, NULL, 0, 0, false, NULL, false, NULL); |
417 |
INSERT INTO instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement_om_html, complement2_om_html, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3_om_html, complement4_om_html, complement5_om_html, complement6_om_html, complement7_om_html, complement8_om_html, complement9_om_html, complement10_om_html, complement11_om_html, complement12_om_html, complement13_om_html, complement14_om_html, complement15_om_html, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite, archive_incomplet_notifie, om_final_instruction_utilisateur, created_by_commune, date_depot) VALUES (13, 'AZ0130551200001P0', '2014-04-17', 90, '', '', '', 'AZ0130551200001P0', 'refus', 0, 'rejeter', 'Non', 0, 2, '2012-12-17', NULL, '2013-02-17', '2013-01-17', 'Oui', 'notifier', NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2012-12-17', false, NULL, NULL, NULL, NULL, NULL, '110000000013', NULL, false, NULL, 1, NULL, 0, 0, false, NULL, false, NULL); |
418 |
|
419 |
|
420 |
-- |
421 |
-- Data for Name: demande; Type: TABLE DATA; Schema: openads; Owner: postgres |
422 |
-- |
423 |
|
424 |
INSERT INTO demande (demande, dossier_autorisation_type_detaille, demande_type, dossier_instruction, dossier_autorisation, date_demande, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, instruction_recepisse, arrondissement, om_collectivite) VALUES (1, 1, 1, 'PC0130551200001P0', 'PC0130551200001', '2012-12-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 2); |
425 |
INSERT INTO demande (demande, dossier_autorisation_type_detaille, demande_type, dossier_instruction, dossier_autorisation, date_demande, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, instruction_recepisse, arrondissement, om_collectivite) VALUES (2, 2, 2, 'PC0130551200002P0', 'PC0130551200002', '2012-12-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 2); |
426 |
INSERT INTO demande (demande, dossier_autorisation_type_detaille, demande_type, dossier_instruction, dossier_autorisation, date_demande, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, instruction_recepisse, arrondissement, om_collectivite) VALUES (3, 3, 3, 'PD0130551200001P0', 'PD0130551200001', '2012-12-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 2); |
427 |
INSERT INTO demande (demande, dossier_autorisation_type_detaille, demande_type, dossier_instruction, dossier_autorisation, date_demande, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, instruction_recepisse, arrondissement, om_collectivite) VALUES (4, 4, 4, 'PA0130551200001P0', 'PA0130551200001', '2012-12-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 2); |
428 |
INSERT INTO demande (demande, dossier_autorisation_type_detaille, demande_type, dossier_instruction, dossier_autorisation, date_demande, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, instruction_recepisse, arrondissement, om_collectivite) VALUES (5, 5, 5, 'DP0130551200001P0', 'DP0130551200001', '2012-12-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 2); |
429 |
INSERT INTO demande (demande, dossier_autorisation_type_detaille, demande_type, dossier_instruction, dossier_autorisation, date_demande, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, instruction_recepisse, arrondissement, om_collectivite) VALUES (6, 6, 6, 'CU0130551200001P0', 'CU0130551200001', '2012-12-17', NULL, '2', 'PLACE CASTELLANE', NULL, 'MARSEILLE', '13006', NULL, NULL, NULL, 6, NULL, 2); |
430 |
INSERT INTO demande (demande, dossier_autorisation_type_detaille, demande_type, dossier_instruction, dossier_autorisation, date_demande, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, instruction_recepisse, arrondissement, om_collectivite) VALUES (7, 7, 7, 'AZ0130551200001P0', 'AZ0130551200001', '2012-12-17', '123ab001;', '113', 'BD DE PONT DE VIVAUX', NULL, 'MARSEILLE', '13010', NULL, NULL, NULL, 7, 10, 2); |
431 |
INSERT INTO demande (demande, dossier_autorisation_type_detaille, demande_type, dossier_instruction, dossier_autorisation, date_demande, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, instruction_recepisse, arrondissement, om_collectivite) VALUES (8, 8, 8, 'AT0130551200001P0', 'AT0130551200001', '2012-12-17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 2); |
432 |
INSERT INTO demande (demande, dossier_autorisation_type_detaille, demande_type, dossier_instruction, dossier_autorisation, date_demande, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, instruction_recepisse, arrondissement, om_collectivite) VALUES (9, 8, 8, 'AT0130551300001P0', 'AT0130551300001', '2013-11-06', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL, 2); |
433 |
|
434 |
|
435 |
-- |
436 |
-- Name: demande_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
437 |
-- |
438 |
|
439 |
SELECT pg_catalog.setval('demande_seq', 10, false); |
440 |
|
441 |
|
442 |
-- |
443 |
-- Data for Name: demandeur; Type: TABLE DATA; Schema: openads; Owner: postgres |
444 |
-- |
445 |
|
446 |
INSERT INTO demandeur (demandeur, type_demandeur, qualite, particulier_nom, particulier_prenom, particulier_date_naissance, particulier_commune_naissance, particulier_departement_naissance, personne_morale_denomination, personne_morale_raison_sociale, personne_morale_siret, personne_morale_categorie_juridique, personne_morale_nom, personne_morale_prenom, numero, voie, complement, lieu_dit, localite, code_postal, bp, cedex, pays, division_territoriale, telephone_fixe, telephone_mobile, indicatif, courriel, notification, frequent, particulier_civilite, personne_morale_civilite, fax, om_collectivite) VALUES (11, 'petitionnaire', 'particulier', 'Pichette', 'Gilbert', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'France', NULL, NULL, NULL, NULL, NULL, false, true, NULL, NULL, NULL, 1); |
447 |
INSERT INTO demandeur (demandeur, type_demandeur, qualite, particulier_nom, particulier_prenom, particulier_date_naissance, particulier_commune_naissance, particulier_departement_naissance, personne_morale_denomination, personne_morale_raison_sociale, personne_morale_siret, personne_morale_categorie_juridique, personne_morale_nom, personne_morale_prenom, numero, voie, complement, lieu_dit, localite, code_postal, bp, cedex, pays, division_territoriale, telephone_fixe, telephone_mobile, indicatif, courriel, notification, frequent, particulier_civilite, personne_morale_civilite, fax, om_collectivite) VALUES (1, 'petitionnaire', 'particulier', 'DUPONT', 'JACQUES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '12', 'RUE DE LA LOI', 'BATIMENT F', NULL, 'MARSEILLE', '13155', NULL, NULL, 'France', NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, 2); |
448 |
INSERT INTO demandeur (demandeur, type_demandeur, qualite, particulier_nom, particulier_prenom, particulier_date_naissance, particulier_commune_naissance, particulier_departement_naissance, personne_morale_denomination, personne_morale_raison_sociale, personne_morale_siret, personne_morale_categorie_juridique, personne_morale_nom, personne_morale_prenom, numero, voie, complement, lieu_dit, localite, code_postal, bp, cedex, pays, division_territoriale, telephone_fixe, telephone_mobile, indicatif, courriel, notification, frequent, particulier_civilite, personne_morale_civilite, fax, om_collectivite) VALUES (2, 'petitionnaire', 'particulier', 'DURAND', 'GÉRARD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '17', 'AVENUE DE LA RÉPUBLIQUE', NULL, NULL, 'MARSEILLE', '13002', NULL, NULL, 'France', NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, 2); |
449 |
INSERT INTO demandeur (demandeur, type_demandeur, qualite, particulier_nom, particulier_prenom, particulier_date_naissance, particulier_commune_naissance, particulier_departement_naissance, personne_morale_denomination, personne_morale_raison_sociale, personne_morale_siret, personne_morale_categorie_juridique, personne_morale_nom, personne_morale_prenom, numero, voie, complement, lieu_dit, localite, code_postal, bp, cedex, pays, division_territoriale, telephone_fixe, telephone_mobile, indicatif, courriel, notification, frequent, particulier_civilite, personne_morale_civilite, fax, om_collectivite) VALUES (3, 'petitionnaire', 'particulier', 'MARTIN', 'PAUL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3', 'PLACE CASTELLANE', NULL, NULL, 'MARSEILLE', '13006', NULL, NULL, 'France', NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, 2); |
450 |
INSERT INTO demandeur (demandeur, type_demandeur, qualite, particulier_nom, particulier_prenom, particulier_date_naissance, particulier_commune_naissance, particulier_departement_naissance, personne_morale_denomination, personne_morale_raison_sociale, personne_morale_siret, personne_morale_categorie_juridique, personne_morale_nom, personne_morale_prenom, numero, voie, complement, lieu_dit, localite, code_postal, bp, cedex, pays, division_territoriale, telephone_fixe, telephone_mobile, indicatif, courriel, notification, frequent, particulier_civilite, personne_morale_civilite, fax, om_collectivite) VALUES (4, 'petitionnaire', 'particulier', 'BLANC', 'MARCEL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '8', 'BOULEVARD DE PONT DE VIVAUX', NULL, NULL, 'MARSEILLE', '13010', NULL, NULL, 'France', NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, 2); |
451 |
INSERT INTO demandeur (demandeur, type_demandeur, qualite, particulier_nom, particulier_prenom, particulier_date_naissance, particulier_commune_naissance, particulier_departement_naissance, personne_morale_denomination, personne_morale_raison_sociale, personne_morale_siret, personne_morale_categorie_juridique, personne_morale_nom, personne_morale_prenom, numero, voie, complement, lieu_dit, localite, code_postal, bp, cedex, pays, division_territoriale, telephone_fixe, telephone_mobile, indicatif, courriel, notification, frequent, particulier_civilite, personne_morale_civilite, fax, om_collectivite) VALUES (5, 'petitionnaire', 'particulier', 'LEGRAND', 'PIERRE', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '19', 'AVENUE DU PRADO', NULL, NULL, 'MARSEILLE', '13008', NULL, NULL, 'France', NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, 2); |
452 |
INSERT INTO demandeur (demandeur, type_demandeur, qualite, particulier_nom, particulier_prenom, particulier_date_naissance, particulier_commune_naissance, particulier_departement_naissance, personne_morale_denomination, personne_morale_raison_sociale, personne_morale_siret, personne_morale_categorie_juridique, personne_morale_nom, personne_morale_prenom, numero, voie, complement, lieu_dit, localite, code_postal, bp, cedex, pays, division_territoriale, telephone_fixe, telephone_mobile, indicatif, courriel, notification, frequent, particulier_civilite, personne_morale_civilite, fax, om_collectivite) VALUES (6, 'petitionnaire', 'personne_morale', NULL, NULL, NULL, NULL, NULL, 'BOUYGUES', NULL, NULL, NULL, NULL, NULL, '36', 'AVENUE DE LA CAPELETTE', NULL, NULL, 'MARSEILLE', '13010', NULL, NULL, 'France', NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, 2); |
453 |
INSERT INTO demandeur (demandeur, type_demandeur, qualite, particulier_nom, particulier_prenom, particulier_date_naissance, particulier_commune_naissance, particulier_departement_naissance, personne_morale_denomination, personne_morale_raison_sociale, personne_morale_siret, personne_morale_categorie_juridique, personne_morale_nom, personne_morale_prenom, numero, voie, complement, lieu_dit, localite, code_postal, bp, cedex, pays, division_territoriale, telephone_fixe, telephone_mobile, indicatif, courriel, notification, frequent, particulier_civilite, personne_morale_civilite, fax, om_collectivite) VALUES (7, 'petitionnaire', 'particulier', 'PETIT', 'MARTHE', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '41', 'AVENUE DE TOULON', NULL, NULL, 'MARSEILLE', '13006', NULL, NULL, 'France', NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, 2); |
454 |
INSERT INTO demandeur (demandeur, type_demandeur, qualite, particulier_nom, particulier_prenom, particulier_date_naissance, particulier_commune_naissance, particulier_departement_naissance, personne_morale_denomination, personne_morale_raison_sociale, personne_morale_siret, personne_morale_categorie_juridique, personne_morale_nom, personne_morale_prenom, numero, voie, complement, lieu_dit, localite, code_postal, bp, cedex, pays, division_territoriale, telephone_fixe, telephone_mobile, indicatif, courriel, notification, frequent, particulier_civilite, personne_morale_civilite, fax, om_collectivite) VALUES (8, 'petitionnaire', 'particulier', 'BERNARD', 'LILIANE', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '58', 'AVENUE JULES CANTINI', NULL, NULL, 'MARSEILLE', '13006', NULL, NULL, 'France', NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, 2); |
455 |
INSERT INTO demandeur (demandeur, type_demandeur, qualite, particulier_nom, particulier_prenom, particulier_date_naissance, particulier_commune_naissance, particulier_departement_naissance, personne_morale_denomination, personne_morale_raison_sociale, personne_morale_siret, personne_morale_categorie_juridique, personne_morale_nom, personne_morale_prenom, numero, voie, complement, lieu_dit, localite, code_postal, bp, cedex, pays, division_territoriale, telephone_fixe, telephone_mobile, indicatif, courriel, notification, frequent, particulier_civilite, personne_morale_civilite, fax, om_collectivite) VALUES (9, 'petitionnaire', 'particulier', 'Dupont', 'Jean', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'France', NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, 2); |
456 |
INSERT INTO demandeur (demandeur, type_demandeur, qualite, particulier_nom, particulier_prenom, particulier_date_naissance, particulier_commune_naissance, particulier_departement_naissance, personne_morale_denomination, personne_morale_raison_sociale, personne_morale_siret, personne_morale_categorie_juridique, personne_morale_nom, personne_morale_prenom, numero, voie, complement, lieu_dit, localite, code_postal, bp, cedex, pays, division_territoriale, telephone_fixe, telephone_mobile, indicatif, courriel, notification, frequent, particulier_civilite, personne_morale_civilite, fax, om_collectivite) VALUES (10, 'petitionnaire', 'particulier', 'Clavette', 'Nathalie', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'France', NULL, NULL, NULL, NULL, NULL, false, true, NULL, NULL, NULL, 2); |
457 |
|
458 |
|
459 |
-- |
460 |
-- Name: demandeur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
461 |
-- |
462 |
|
463 |
SELECT pg_catalog.setval('demandeur_seq', 12, false); |
464 |
|
465 |
|
466 |
-- |
467 |
-- Name: document_numerise_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
468 |
-- |
469 |
|
470 |
SELECT pg_catalog.setval('document_numerise_seq', 2, false); |
471 |
|
472 |
|
473 |
-- |
474 |
-- Data for Name: lot; Type: TABLE DATA; Schema: openads; Owner: postgres |
475 |
-- |
476 |
|
477 |
INSERT INTO lot (lot, libelle, dossier_autorisation, dossier) VALUES (1, 'test 20m²', 'PC0130551200002', 'PC0130551200002P0'); |
478 |
INSERT INTO lot (lot, libelle, dossier_autorisation, dossier) VALUES (2, 'test 59m²', 'PC0130551200002', 'PC0130551200002P0'); |
479 |
|
480 |
|
481 |
-- |
482 |
-- Data for Name: donnees_techniques; Type: TABLE DATA; Schema: openads; Owner: postgres |
483 |
-- |
484 |
|
485 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (1, 'PC0130551200002P0', NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
486 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (2, 'AT0130551200001P0', NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
487 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (4, 'CU0130551200001P0', NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
488 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (5, 'DP0130551200001P0', NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
489 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (6, 'PA0130551200001P0', NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
490 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (7, 'PC0130551200001P0', NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
491 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (8, 'PD0130551200001P0', NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
492 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (9, NULL, NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'PC0130551200002', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
493 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (10, NULL, NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'AT0130551200001', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
494 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (11, NULL, NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'AZ0130551200001', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
495 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (12, NULL, NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'CU0130551200001', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
496 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (13, NULL, NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'DP0130551200001', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
497 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (14, NULL, NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'PA0130551200001', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
498 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (15, NULL, NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'PC0130551200001', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
499 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (16, NULL, NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'PD0130551200001', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
500 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (19, 'AT0130551300001P0', NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
501 |
INSERT INTO donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr, ope_proj_desc, tax_surf_tot_cstr, cerfa, tax_surf_loc_stat, tax_su_princ_surf_stat1, tax_su_princ_surf_stat2, tax_su_princ_surf_stat3, tax_su_princ_surf_stat4, tax_su_secon_surf_stat, tax_su_heber_surf_stat1, tax_su_heber_surf_stat2, tax_su_heber_surf_stat3, tax_su_tot_surf_stat, tax_su_non_habit_surf_stat1, tax_su_non_habit_surf_stat2, tax_su_non_habit_surf_stat3, tax_su_non_habit_surf_stat4, tax_su_non_habit_surf_stat5, tax_su_non_habit_surf_stat6, tax_su_non_habit_surf_stat7, tax_su_parc_statio_expl_comm_surf, tax_log_ap_trvx_nb, tax_am_statio_ext_cr, tax_sup_bass_pisc_cr, tax_empl_ten_carav_mobil_nb_cr, tax_empl_hll_nb_cr, tax_eol_haut_nb_cr, tax_pann_volt_sup_cr, tax_surf_loc_arch, tax_surf_pisc_arch, tax_am_statio_ext_arch, tax_empl_ten_carav_mobil_nb_arch, tax_empl_hll_nb_arch, tax_eol_haut_nb_arch, ope_proj_div_co, ope_proj_div_contr, tax_desc, erp_cstr_neuve, erp_trvx_acc, erp_extension, erp_rehab, erp_trvx_am, erp_vol_nouv_exist, erp_loc_eff1, erp_loc_eff2, erp_loc_eff3, erp_loc_eff4, erp_loc_eff5, erp_loc_eff_tot, erp_public_eff1, erp_public_eff2, erp_public_eff3, erp_public_eff4, erp_public_eff5, erp_public_eff_tot, erp_perso_eff1, erp_perso_eff2, erp_perso_eff3, erp_perso_eff4, erp_perso_eff5, erp_perso_eff_tot, erp_tot_eff1, erp_tot_eff2, erp_tot_eff3, erp_tot_eff4, erp_tot_eff5, erp_tot_eff_tot, erp_class_cat, erp_class_type, tax_surf_abr_jard_pig_colom, tax_su_non_habit_abr_jard_pig_colom) VALUES (3, 'AZ0130551200001P0', NULL, false, false, false, false, NULL, false, NULL, false, NULL, NULL, NULL, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, '', NULL, NULL, false, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, NULL, NULL, NULL, NULL, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, false, NULL, false, '', false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', false, false, false, false, false, false, false, false, false, false, false, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, false, '', false, false, false, false, false, false, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1099, '', false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL, false, 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', 'nesaispas', '', NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, false, NULL, false, false, false, false, false, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
502 |
|
503 |
|
504 |
-- |
505 |
-- Name: donnees_techniques_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
506 |
-- |
507 |
|
508 |
SELECT pg_catalog.setval('donnees_techniques_seq', 20, false); |
509 |
|
510 |
|
511 |
-- |
512 |
-- Data for Name: dossier_autorisation_parcelle; Type: TABLE DATA; Schema: openads; Owner: postgres |
513 |
-- |
514 |
|
515 |
INSERT INTO dossier_autorisation_parcelle (dossier_autorisation_parcelle, dossier_autorisation, parcelle, libelle) VALUES (1, 'AZ0130551200001', NULL, '805AB0009'); |
516 |
INSERT INTO dossier_autorisation_parcelle (dossier_autorisation_parcelle, dossier_autorisation, parcelle, libelle) VALUES (2, 'AZ0130551200001', NULL, '806AB0001'); |
517 |
INSERT INTO dossier_autorisation_parcelle (dossier_autorisation_parcelle, dossier_autorisation, parcelle, libelle) VALUES (3, 'AZ0130551200001', NULL, '806AB0002'); |
518 |
INSERT INTO dossier_autorisation_parcelle (dossier_autorisation_parcelle, dossier_autorisation, parcelle, libelle) VALUES (4, 'AZ0130551200001', NULL, '806AB0003'); |
519 |
INSERT INTO dossier_autorisation_parcelle (dossier_autorisation_parcelle, dossier_autorisation, parcelle, libelle) VALUES (5, 'AZ0130551200001', NULL, '806AB0004'); |
520 |
INSERT INTO dossier_autorisation_parcelle (dossier_autorisation_parcelle, dossier_autorisation, parcelle, libelle) VALUES (6, 'AZ0130551200001', NULL, '806AB0005'); |
521 |
|
522 |
|
523 |
-- |
524 |
-- Name: dossier_autorisation_parcelle_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
525 |
-- |
526 |
|
527 |
SELECT pg_catalog.setval('dossier_autorisation_parcelle_seq', 7, false); |
528 |
|
529 |
|
530 |
-- |
531 |
-- Data for Name: dossier_commission; Type: TABLE DATA; Schema: openads; Owner: postgres |
532 |
-- |
533 |
|
534 |
INSERT INTO dossier_commission (dossier_commission, dossier, commission_type, date_souhaitee, motivation, commission, avis, lu) VALUES (1, 'AZ0130551200001P0', 1, '2012-12-19', '', 1, '', true); |
535 |
|
536 |
|
537 |
-- |
538 |
-- Name: dossier_commission_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
539 |
-- |
540 |
|
541 |
SELECT pg_catalog.setval('dossier_commission_seq', 2, false); |
542 |
|
543 |
|
544 |
-- |
545 |
-- Data for Name: dossier_parcelle; Type: TABLE DATA; Schema: openads; Owner: postgres |
546 |
-- |
547 |
|
548 |
INSERT INTO dossier_parcelle (dossier_parcelle, dossier, parcelle, libelle) VALUES (1, 'PD0130551200001P0', NULL, '805AB0009'); |
549 |
INSERT INTO dossier_parcelle (dossier_parcelle, dossier, parcelle, libelle) VALUES (2, 'AZ0130551200001P0', NULL, '806AB0001'); |
550 |
INSERT INTO dossier_parcelle (dossier_parcelle, dossier, parcelle, libelle) VALUES (3, 'AZ0130551200001P0', NULL, '806AB0002'); |
551 |
INSERT INTO dossier_parcelle (dossier_parcelle, dossier, parcelle, libelle) VALUES (4, 'AZ0130551200001P0', NULL, '806AB0003'); |
552 |
INSERT INTO dossier_parcelle (dossier_parcelle, dossier, parcelle, libelle) VALUES (5, 'AZ0130551200001P0', NULL, '806AB0004'); |
553 |
INSERT INTO dossier_parcelle (dossier_parcelle, dossier, parcelle, libelle) VALUES (6, 'AZ0130551200001P0', NULL, '806AB0005'); |
554 |
|
555 |
|
556 |
-- |
557 |
-- Name: dossier_parcelle_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
558 |
-- |
559 |
|
560 |
SELECT pg_catalog.setval('dossier_parcelle_seq', 7, false); |
561 |
|
562 |
|
563 |
-- |
564 |
-- Name: instruction_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
565 |
-- |
566 |
|
567 |
SELECT pg_catalog.setval('instruction_seq', 14, false); |
568 |
|
569 |
|
570 |
-- |
571 |
-- Data for Name: lien_demande_demandeur; Type: TABLE DATA; Schema: openads; Owner: postgres |
572 |
-- |
573 |
|
574 |
INSERT INTO lien_demande_demandeur (lien_demande_demandeur, petitionnaire_principal, demande, demandeur) VALUES (1, true, 1, 1); |
575 |
INSERT INTO lien_demande_demandeur (lien_demande_demandeur, petitionnaire_principal, demande, demandeur) VALUES (2, true, 2, 2); |
576 |
INSERT INTO lien_demande_demandeur (lien_demande_demandeur, petitionnaire_principal, demande, demandeur) VALUES (3, true, 3, 3); |
577 |
INSERT INTO lien_demande_demandeur (lien_demande_demandeur, petitionnaire_principal, demande, demandeur) VALUES (4, true, 4, 4); |
578 |
INSERT INTO lien_demande_demandeur (lien_demande_demandeur, petitionnaire_principal, demande, demandeur) VALUES (5, true, 5, 5); |
579 |
INSERT INTO lien_demande_demandeur (lien_demande_demandeur, petitionnaire_principal, demande, demandeur) VALUES (6, true, 6, 6); |
580 |
INSERT INTO lien_demande_demandeur (lien_demande_demandeur, petitionnaire_principal, demande, demandeur) VALUES (7, true, 7, 7); |
581 |
INSERT INTO lien_demande_demandeur (lien_demande_demandeur, petitionnaire_principal, demande, demandeur) VALUES (8, true, 8, 8); |
582 |
INSERT INTO lien_demande_demandeur (lien_demande_demandeur, petitionnaire_principal, demande, demandeur) VALUES (9, true, 9, 9); |
583 |
|
584 |
|
585 |
-- |
586 |
-- Name: lien_demande_demandeur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
587 |
-- |
588 |
|
589 |
SELECT pg_catalog.setval('lien_demande_demandeur_seq', 10, false); |
590 |
|
591 |
|
592 |
-- |
593 |
-- Data for Name: lien_dossier_autorisation_demandeur; Type: TABLE DATA; Schema: openads; Owner: postgres |
594 |
-- |
595 |
|
596 |
INSERT INTO lien_dossier_autorisation_demandeur (lien_dossier_autorisation_demandeur, petitionnaire_principal, dossier_autorisation, demandeur) VALUES (1, true, 'PC0130551200001', 1); |
597 |
INSERT INTO lien_dossier_autorisation_demandeur (lien_dossier_autorisation_demandeur, petitionnaire_principal, dossier_autorisation, demandeur) VALUES (2, true, 'PC0130551200002', 2); |
598 |
INSERT INTO lien_dossier_autorisation_demandeur (lien_dossier_autorisation_demandeur, petitionnaire_principal, dossier_autorisation, demandeur) VALUES (3, true, 'PD0130551200001', 3); |
599 |
INSERT INTO lien_dossier_autorisation_demandeur (lien_dossier_autorisation_demandeur, petitionnaire_principal, dossier_autorisation, demandeur) VALUES (4, true, 'PA0130551200001', 4); |
600 |
INSERT INTO lien_dossier_autorisation_demandeur (lien_dossier_autorisation_demandeur, petitionnaire_principal, dossier_autorisation, demandeur) VALUES (5, true, 'DP0130551200001', 5); |
601 |
INSERT INTO lien_dossier_autorisation_demandeur (lien_dossier_autorisation_demandeur, petitionnaire_principal, dossier_autorisation, demandeur) VALUES (6, true, 'CU0130551200001', 6); |
602 |
INSERT INTO lien_dossier_autorisation_demandeur (lien_dossier_autorisation_demandeur, petitionnaire_principal, dossier_autorisation, demandeur) VALUES (7, true, 'AZ0130551200001', 7); |
603 |
INSERT INTO lien_dossier_autorisation_demandeur (lien_dossier_autorisation_demandeur, petitionnaire_principal, dossier_autorisation, demandeur) VALUES (8, true, 'AT0130551200001', 8); |
604 |
INSERT INTO lien_dossier_autorisation_demandeur (lien_dossier_autorisation_demandeur, petitionnaire_principal, dossier_autorisation, demandeur) VALUES (9, true, 'AT0130551300001', 9); |
605 |
|
606 |
|
607 |
-- |
608 |
-- Name: lien_dossier_autorisation_demandeur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
609 |
-- |
610 |
|
611 |
SELECT pg_catalog.setval('lien_dossier_autorisation_demandeur_seq', 10, false); |
612 |
|
613 |
|
614 |
-- |
615 |
-- Data for Name: lien_dossier_demandeur; Type: TABLE DATA; Schema: openads; Owner: postgres |
616 |
-- |
617 |
|
618 |
INSERT INTO lien_dossier_demandeur (lien_dossier_demandeur, petitionnaire_principal, dossier, demandeur) VALUES (1, true, 'PC0130551200001P0', 1); |
619 |
INSERT INTO lien_dossier_demandeur (lien_dossier_demandeur, petitionnaire_principal, dossier, demandeur) VALUES (2, true, 'PC0130551200002P0', 2); |
620 |
INSERT INTO lien_dossier_demandeur (lien_dossier_demandeur, petitionnaire_principal, dossier, demandeur) VALUES (3, true, 'PD0130551200001P0', 3); |
621 |
INSERT INTO lien_dossier_demandeur (lien_dossier_demandeur, petitionnaire_principal, dossier, demandeur) VALUES (4, true, 'PA0130551200001P0', 4); |
622 |
INSERT INTO lien_dossier_demandeur (lien_dossier_demandeur, petitionnaire_principal, dossier, demandeur) VALUES (5, true, 'DP0130551200001P0', 5); |
623 |
INSERT INTO lien_dossier_demandeur (lien_dossier_demandeur, petitionnaire_principal, dossier, demandeur) VALUES (6, true, 'CU0130551200001P0', 6); |
624 |
INSERT INTO lien_dossier_demandeur (lien_dossier_demandeur, petitionnaire_principal, dossier, demandeur) VALUES (7, true, 'AZ0130551200001P0', 7); |
625 |
INSERT INTO lien_dossier_demandeur (lien_dossier_demandeur, petitionnaire_principal, dossier, demandeur) VALUES (8, true, 'AT0130551200001P0', 8); |
626 |
INSERT INTO lien_dossier_demandeur (lien_dossier_demandeur, petitionnaire_principal, dossier, demandeur) VALUES (9, true, 'AT0130551300001P0', 9); |
627 |
|
628 |
|
629 |
-- |
630 |
-- Name: lien_dossier_demandeur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
631 |
-- |
632 |
|
633 |
SELECT pg_catalog.setval('lien_dossier_demandeur_seq', 10, false); |
634 |
|
635 |
|
636 |
-- |
637 |
-- Data for Name: lien_lot_demandeur; Type: TABLE DATA; Schema: openads; Owner: postgres |
638 |
-- |
639 |
|
640 |
INSERT INTO lien_lot_demandeur (lien_lot_demandeur, lot, demandeur, petitionnaire_principal) VALUES (1, 1, 7, true); |
641 |
INSERT INTO lien_lot_demandeur (lien_lot_demandeur, lot, demandeur, petitionnaire_principal) VALUES (2, 2, 7, true); |
642 |
|
643 |
|
644 |
-- |
645 |
-- Name: lien_lot_demandeur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
646 |
-- |
647 |
|
648 |
SELECT pg_catalog.setval('lien_lot_demandeur_seq', 3, false); |
649 |
|
650 |
|
651 |
-- |
652 |
-- Data for Name: lien_service_om_utilisateur; Type: TABLE DATA; Schema: openads; Owner: postgres |
653 |
-- |
654 |
|
655 |
INSERT INTO lien_service_om_utilisateur (lien_service_om_utilisateur, om_utilisateur, service) VALUES (1, 6, 1); |
656 |
INSERT INTO lien_service_om_utilisateur (lien_service_om_utilisateur, om_utilisateur, service) VALUES (2, 6, 7); |
657 |
INSERT INTO lien_service_om_utilisateur (lien_service_om_utilisateur, om_utilisateur, service) VALUES (3, 6, 13); |
658 |
INSERT INTO lien_service_om_utilisateur (lien_service_om_utilisateur, om_utilisateur, service) VALUES (4, 8, 6); |
659 |
INSERT INTO lien_service_om_utilisateur (lien_service_om_utilisateur, om_utilisateur, service) VALUES (5, 8, 8); |
660 |
INSERT INTO lien_service_om_utilisateur (lien_service_om_utilisateur, om_utilisateur, service) VALUES (6, 8, 15); |
661 |
INSERT INTO lien_service_om_utilisateur (lien_service_om_utilisateur, om_utilisateur, service) VALUES (7, 7, 77); |
662 |
INSERT INTO lien_service_om_utilisateur (lien_service_om_utilisateur, om_utilisateur, service) VALUES (8, 18, 1); |
663 |
INSERT INTO lien_service_om_utilisateur (lien_service_om_utilisateur, om_utilisateur, service) VALUES (9, 26, 1); |
664 |
|
665 |
|
666 |
-- |
667 |
-- Name: lien_service_om_utilisateur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
668 |
-- |
669 |
|
670 |
SELECT pg_catalog.setval('lien_service_om_utilisateur_seq', 10, false); |
671 |
|
672 |
|
673 |
-- |
674 |
-- Data for Name: service_categorie; Type: TABLE DATA; Schema: openads; Owner: postgres |
675 |
-- |
676 |
|
677 |
INSERT INTO service_categorie (service_categorie, libelle) VALUES (1, 'Maire de secteur'); |
678 |
INSERT INTO service_categorie (service_categorie, libelle) VALUES (2, 'Service ville'); |
679 |
INSERT INTO service_categorie (service_categorie, libelle) VALUES (3, 'Service extérieur'); |
680 |
INSERT INTO service_categorie (service_categorie, libelle) VALUES (4, 'Consultation (villa) sans cession'); |
681 |
INSERT INTO service_categorie (service_categorie, libelle) VALUES (5, 'Consultation pour cession'); |
682 |
INSERT INTO service_categorie (service_categorie, libelle) VALUES (10, 'Consultation gros projet'); |
683 |
INSERT INTO service_categorie (service_categorie, libelle) VALUES (11, 'Consultation Préfet'); |
684 |
INSERT INTO service_categorie (service_categorie, libelle) VALUES (14, 'Consultation obligatoire version papier'); |
685 |
INSERT INTO service_categorie (service_categorie, libelle) VALUES (15, 'Consultation mini dossier papier'); |
686 |
INSERT INTO service_categorie (service_categorie, libelle) VALUES (16, 'photovoltaique'); |
687 |
INSERT INTO service_categorie (service_categorie, libelle) VALUES (18, 'DADU - JURIDIQUE'); |
688 |
|
689 |
|
690 |
-- |
691 |
-- Data for Name: lien_service_service_categorie; Type: TABLE DATA; Schema: openads; Owner: postgres |
692 |
-- |
693 |
|
694 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (1, 4, 1); |
695 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (2, 4, 2); |
696 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (3, 10, 6); |
697 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (4, 2, 7); |
698 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (5, 10, 8); |
699 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (6, 10, 12); |
700 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (7, 2, 13); |
701 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (8, 10, 15); |
702 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (9, 5, 17); |
703 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (10, 14, 22); |
704 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (11, 3, 25); |
705 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (12, 15, 31); |
706 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (13, 2, 39); |
707 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (14, 15, 43); |
708 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (15, 15, 45); |
709 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (16, 15, 49); |
710 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (17, 2, 50); |
711 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (18, 15, 51); |
712 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (19, 15, 52); |
713 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (20, 2, 54); |
714 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (21, 15, 57); |
715 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (22, 15, 59); |
716 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (23, 15, 60); |
717 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (24, 3, 61); |
718 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (25, 2, 63); |
719 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (26, 15, 66); |
720 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (27, 2, 67); |
721 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (28, 15, 69); |
722 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (29, 15, 70); |
723 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (30, 15, 72); |
724 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (31, 14, 77); |
725 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (32, 1, 501); |
726 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (33, 1, 502); |
727 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (34, 1, 503); |
728 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (35, 1, 504); |
729 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (36, 1, 505); |
730 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (37, 1, 506); |
731 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (38, 1, 507); |
732 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (39, 1, 508); |
733 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (40, 15, 14); |
734 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (41, 14, 19); |
735 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (42, 15, 21); |
736 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (43, 5, 26); |
737 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (44, 15, 30); |
738 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (45, 2, 38); |
739 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (46, 3, 42); |
740 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (47, 15, 44); |
741 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (48, 4, 46); |
742 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (49, 3, 48); |
743 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (50, 14, 71); |
744 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (51, 15, 76); |
745 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (52, 15, 79); |
746 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (53, 15, 80); |
747 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (54, 3, 511); |
748 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (55, 2, 512); |
749 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (56, 15, 513); |
750 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (57, 10, 519); |
751 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (58, 2, 36); |
752 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (59, 11, 528); |
753 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (60, 5, 20); |
754 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (61, 2, 68); |
755 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (62, 15, 531); |
756 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (63, 15, 532); |
757 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (64, 2, 533); |
758 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (65, 3, 538); |
759 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (66, 15, 539); |
760 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (67, 15, 540); |
761 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (68, 4, 541); |
762 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (69, 10, 542); |
763 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (70, 15, 543); |
764 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (71, 15, 544); |
765 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (72, 14, 546); |
766 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (73, 15, 547); |
767 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (74, 14, 549); |
768 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (75, 14, 550); |
769 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (76, 3, 552); |
770 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (77, 2, 553); |
771 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (78, 2, 560); |
772 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (79, 15, 561); |
773 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (80, 4, 562); |
774 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (81, 3, 563); |
775 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (82, 3, 564); |
776 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (83, 15, 56); |
777 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (84, 14, 568); |
778 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (85, 16, 570); |
779 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (86, 14, 571); |
780 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (87, 10, 572); |
781 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (88, 18, 574); |
782 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (89, 10, 575); |
783 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (90, 2, 576); |
784 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (91, 2, 577); |
785 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (92, 2, 578); |
786 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (93, 2, 580); |
787 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (94, 3, 581); |
788 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (95, 10, 5); |
789 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (96, 14, 583); |
790 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (97, 10, 584); |
791 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (98, 2, 585); |
792 |
INSERT INTO lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) VALUES (99, 3, 586); |
793 |
|
794 |
|
795 |
-- |
796 |
-- Name: lien_service_service_categorie_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
797 |
-- |
798 |
|
799 |
SELECT pg_catalog.setval('lien_service_service_categorie_seq', 100, false); |
800 |
|
801 |
|
802 |
-- |
803 |
-- Name: lot_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
804 |
-- |
805 |
|
806 |
SELECT pg_catalog.setval('lot_seq', 3, false); |
807 |
|
808 |
|
809 |
-- |
810 |
-- Name: quartier_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
811 |
-- |
812 |
|
813 |
SELECT pg_catalog.setval('quartier_seq', 112, false); |
814 |
|
815 |
|
816 |
-- |
817 |
-- Name: service_categorie_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
818 |
-- |
819 |
|
820 |
SELECT pg_catalog.setval('service_categorie_seq', 19, false); |
821 |
|
822 |
|
823 |
-- |
824 |
-- Name: service_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
825 |
-- |
826 |
|
827 |
SELECT pg_catalog.setval('service_seq', 588, false); |
828 |
|
829 |
|
830 |
-- |
831 |
-- Name: signataire_arrete_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
832 |
-- |
833 |
|
834 |
SELECT pg_catalog.setval('signataire_arrete_seq', 2, false); |
835 |
|
836 |
|
837 |
-- |
838 |
-- PostgreSQL database dump complete |
839 |
-- |
840 |
|