8 messages in com.mysql.lists.mysqlRE: Geometry database
FromSent OnAttachments
Anthony Ward21 May 2003 11:07 
Dathan Vance Pattishall21 May 2003 11:27 
Anthony Ward21 May 2003 11:53 
Anthony Ward21 May 2003 13:13 
Dathan Vance Pattishall21 May 2003 14:08 
Peter Brawley21 May 2003 14:43 
Anthony Ward23 May 2003 02:46 
Peter Brawley23 May 2003 05:27 
Subject:RE: Geometry database
From:Dathan Vance Pattishall (dat@friendfinderinc.com)
Date:05/21/2003 11:27:09 AM
List:com.mysql.lists.mysql

-->-----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