Example: GetUserFld - Analytics Database - Teradata Vantage

Geospatial Data Types

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-08-30
dita:mapPath
qgk1628112272483.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
ghz1472251264557
lifecycle
latest
Product Category
Teradata Vantage™
CREATE TABLE sample_shapes(skey INTEGER, shape ST_Geometry);

INSERT INTO sample_shapes ( 100,'GeoSequence( (10 10, 15 15, -2 0) ,
(2007-03-14 01:35:00, 2007-03-14 01:35:05, 2007-03-14 01:35:08),
(1222, 1223, 1224),(2, 12.1, 3.14159, 2.78128, -10, -11, 100.1))' );

   SELECT skey
   FROM sample_shapes
   WHERE (shape.GetUserFld(1,2) < 1E2)
   ORDER BY skey;