1 2 3 4 5 6 7 8 9
|
asewkb - LINESTRINGZM
:memory: #use in-memory database
SELECT Hex(AsEWKB(GeomFromText('LINESTRINGZM(1 3 2 0,1 0 2 0)', 4326)))
1 # rows (not including the header row)
1 # columns
Hex(AsEWKB(GeomFromText('LINESTRINGZM(1 3 2 0,1 0 2 0)', 4326)))
30313032303030304530453631303030303030323030303030303030303030303030303030304630334630303030303030303030303030383430303030303030303030303030303034303030303030303030303030303030303030303030303030303030303046303346303030303030303030303030303030303030303030303030303030303030343030303030303030303030303030303030
|