on 2024 Jun 04 11:45 AM
I have a calculation view of type cube and want to create a calculated column representing a point from longitude and latitude. ST_POINT however is not human readable format but ST_POINT(TO_DECIMAL("LONGITUDE"),TO_DECIMAL("LATITUDE")).ST_asWKT() is returning parsing error. So is ST_AsText. What can be workaround to display ST_POINT in WKT form
Request clarification before answering.
User | Count |
---|---|
72 | |
21 | |
8 | |
7 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.