|
@@ -30,6 +30,8 @@
|
|
|
str.azimuth_angle,
|
|
|
str.well_coordinates_x,
|
|
|
str.well_coordinates_y,
|
|
|
+ str.geo_offset_east,
|
|
|
+ str.geo_offset_north,
|
|
|
intr.well_state
|
|
|
FROM
|
|
|
by_dwr.fact_dwr_well_basic_information well
|
|
@@ -77,7 +79,7 @@
|
|
|
well_stt.well_coordinates_x x,
|
|
|
well_stt.well_coordinates_y y,
|
|
|
well_stt.geo_offset_east,
|
|
|
- well_stt.geo_offset_nonth,
|
|
|
+ well_stt.geo_offset_north,
|
|
|
intr.well_state
|
|
|
FROM
|
|
|
by_dwr.fact_dwr_well_basic_information well
|