Re: [SQL] Problem on Geometric functions

2005-01-20 Thread Michael Fuhr
On Thu, Jan 20, 2005 at 10:39:47AM +0100, Silke Trissl wrote: > Table "reference.coord_test" >Column| Type | Modifiers > -+-+--- > node_name | integer | > plane_coord | point | > > > I would like to find all points from the table that are within a squ

[SQL] Problem on Geometric functions

2005-01-20 Thread Silke Trissl
Hello, I have a table that has an attribute 'identifier', declared as integer and an attribute 'plane_coord' defined as 'point': Table "reference.coord_test" Column| Type | Modifiers -+-+--- node_name | integer | plane_coord | point | I would like to fi