Returns a 2B line from the indicated coordinates.

1 geo.line

<geo.line>
    <coords> *
        <coords /> *
    </coords>
    <srid> *
        <srid /> *
    </srid>
</geo.line>
Example
Copy
<select>
    <columns>
        <geo.line>
           <coords>391 294, 2489 242,42345  4543, 35 454 </coords>
           <srid>4326</srid>
        </geo.line>
    </columns>
    <from table='dual' />
</select>