0% found this document useful (0 votes)
29 views1 page

Vertex

Uploaded by

Arda Young
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Vertex

Uploaded by

Arda Young
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

--Cleansing panjang koordinat SELECT p.regid, length(t.X),t.X,length(t.Y),t.Y,length(t.Z) FROM persil p, TABLE(SDO_UTIL.GETVERTICES(p.batas )) t where p.batas is not null and length(t.

X) > 17; update persil p set batas = kkpmig.roundordinateskkp(p.batas,14) where p.regid = '8B6661502F2B2AF9E0400A0A03AE2F2F'; SELECT p.regid, length(t.X),t.X,length(t.Y),t.Y,length(t.Z) FROM persil p, TABLE(SDO_UTIL.GETVERTICES(p.batas )) t where p.batas is not null and length(t.Y) > 17; update persil p set batas = kkpmig.roundordinateskkp(p.batas,14) where p.regid = '8B6661502F2B2AF9E0400A0A03AE2F2F';

You might also like