<div dir="ltr">Hi all,<div><br></div><div>I'm bumbing my head against the wall.</div><div><br></div><div>I have an error "function  st_x(geometry) does not exist" in an update statement which I don't understand. If I copy the same exact line in a select statement I get no error...</div><div><br></div><div>Here is the update statement:</div><div><br></div><div><div>update qwat_od.network_element set </div><div><span style="white-space:pre">     </span>label_1_x = ST_X(ST_GeomFromEWKB(ST_Fineltra(ST_SetSRID(ST_MakePoint(label_1_x,label_1_y),21781), 'chenyx06.chenyx06_triangles', 'the_geom_lv03', 'the_geom_lv95')))</div><div>where label_1_x is not null;</div></div><div><br></div><div>and the select statement:</div><div><br></div><div><div>select ST_X(ST_GeomFromEWKB(ST_Fineltra(ST_SetSRID(ST_MakePoint(label_1_x,label_1_y),21781), 'chenyx06.chenyx06_triangles', 'the_geom_lv03', 'the_geom_lv95')))</div><div>from qwat_od.network_element</div><div>where label_1_x is not null;</div></div><div><br></div><div><br></div><div>How come that the select succees while not the update???</div><div><br></div><div>Thanks a lot,</div><div>Denis</div><div><br></div></div>