Returns the geometry in SVG format. Particularly, it returns the content of the attribute "d" from the tag "<svg:path d=''... >".

1 geo.asSvg

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