1
SELECT channel.obj_id,
2
channel.bedding_encasement,
3
channel.connection_type,
4
channel.function_amelioration,
5
channel.function_hierarchic,
6
channel.function_hydraulic,
7
channel.jetting_interval,
8
channel.pipe_length,
9
channel.seepage,
10
channel.usage_current,
11
channel.usage_planned,
12
wastewater_structure._bottom_label,
13
wastewater_structure._cover_label,
14
wastewater_structure._depth,
15
wastewater_structure._input_label,
16
wastewater_structure._label,
17
wastewater_structure._output_label,
18
wastewater_structure.accessibility,
19
wastewater_structure.condition_score,
20
wastewater_structure.contract_section,
21
wastewater_structure.detail_geometry3d_geometry,
22
wastewater_structure.elevation_determination,
23
wastewater_structure.financing,
24
wastewater_structure.fk_dataowner,
25
wastewater_structure.fk_main_cover,
26
wastewater_structure.fk_main_wastewater_node,
27
wastewater_structure.fk_operator,
28
wastewater_structure.fk_owner,
29
wastewater_structure.fk_provider,
30
wastewater_structure.gross_costs,
31
wastewater_structure.identifier,
32
wastewater_structure.inspection_interval,
33
wastewater_structure.last_modification,
34
wastewater_structure.location_name,
35
wastewater_structure.records,
36
wastewater_structure.remark,
37
wastewater_structure.renovation_necessity,
38
wastewater_structure.replacement_value,
39
wastewater_structure.rv_base_year,
40
wastewater_structure.rv_construction_type,
41
wastewater_structure.status,
42
wastewater_structure.status_survey_year,
43
wastewater_structure.structure_condition,
44
wastewater_structure.subsidies,
45
wastewater_structure.urgency_figure,
46
wastewater_structure.year_of_construction,
47
wastewater_structure.year_of_replacement
48
FROM (tww_od.channel
49
LEFT JOIN tww_od.wastewater_structure ON (((wastewater_structure.obj_id)::text = (channel.obj_id)::text)));