Tom,
At a guess, try adding parenthesis around the “where” condition. Even though an “OR” has the lowest precedence, MapInfo may be getting confused. So try:
(ILEC_ADDR.obj Within All_DSL_regions.obj) Or (ILEC_ADDR.obj Within _24k_DSL_RANGES.obj)
Hmmm, just noticed you are using three tables. As such you may have to run two separate queries:
Select * from ILEC_ADDR, All_DSL_regions
where ILEC_ADDR.obj Within All_DSL_regions.obj into Selection
and then
Select * from ILEC_ADDR, _24k_DSL_RANGES
where ILEC_ADDR.obj Within _24k_DSL_RANGES.obj into Selection
Regards,
Bill
--
You received this message because you are subscribed to the
Google Groups "MapInfo-L" group.To post a message to this group, send
email to mapi...@googlegroups.com
To unsubscribe from this group, go to:
http://groups.google.com/group/mapinfo-l/subscribe?hl=en
For more options, information and links to MapInfo resources (searching
archives, feature requests, to visit our Wiki, visit the Welcome page at
http://groups.google.com/group/mapinfo-l?hl=en
Glædelig Jul / Happy Yule time Kind regards / Med venlig hilsen Lars I. Nielsen GIS & DB Integrator GisPro |
© |
|