Returns the geometry in KML format.

1 geo.asKml

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