-->-----Original Message-----
-->From: Anthony Ward [mailto:awa...@wanadoo.fr]
-->Sent: Wednesday, May 21, 2003 11:08 AM
-->To: mys...@lists.mysql.com
-->Subject: Geometry database
-->
-->Hi,
-->
-->Does Mysql support Circle Geometry, i read about Multi curve geometry
but
-->not sure about.
-->Also does MySQL let you search everything that is within a circle? If
so
-->can
-->someone show me the gode to create the table, and to search
4.1 has specific column types that does this, but for now you have to do
the math in the query using the various trig functions / math functions
that mysql offers.
Look for cos sin pi on mysql.com