MySQL Reference Manual for version 4.0.18.

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

17.4.5.1 Fetching Spatial Data in Internal Format

Fetching geometry values using internal format can be useful in table-to-table transfers:

 
CREATE TABLE geom2 (g GEOMETRY) SELECT g FROM geom;



This document was generated by rdg (Feb 25 2004) using texi2html