Returns the geometry in GML format.

1 geo.asGml

<geo.asGml>
    <geom_column /> *
</geo.asGml>
Example
Copy
<select>
    <columns>
        <geo.asGml>a.the_geom</geo.asGml>
    </columns>
    <from table='dual' alias='a' />
</select>