>Can't seem to get a result set I want.
>I have a Census Block boundary file and a WireCenter boundary file and I
>want to select all the Census Blocks that each Wirecenter boundary
>touches. I need everything inside and all Census Block boundaries the
>Wirecenter interesects.
I don't know what you've tried, but if you have tables census_blocks and
wire_centers, then you can select all the census blocks that are inside
and intersect a wire center with the ID of xyz with this SQL statement.
Select * From census_blocks Where Obj Intersects
(Select Obj From wire_centers Where ID = "xyz")
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]