Joining Tables in Mapinfo

1,436 views
Skip to first unread message

Brandon Lang

unread,
Aug 27, 2013, 2:23:22 AM8/27/13
to mapi...@googlegroups.com
Hey all,
 
Have two tables in mapinfo, one with spatial component  and the other with just attributes.
 
Trying to join the attribute table to the spatial table based on a common field in both.
 
Can some one please advise how to complete?
 
Thanks,

ktgcad

unread,
Aug 28, 2013, 8:22:04 AM8/28/13
to mapi...@googlegroups.com
Use Update Column Under table tool, it will do the rest based on common fields..


--
--
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
 
---
You received this message because you are subscribed to the Google Groups "MapInfo-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapinfo-l+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
Kalai Selvan.K
KTG Infotech
GIS (Mineral Exploration)
Data Integration, Analysis, Capturing and Data Conversion
for Geochemistry,IP and Drill logs
Skypes-ktgcad

Uffe Kousgaard

unread,
Aug 28, 2013, 8:25:57 AM8/28/13
to mapi...@googlegroups.com
Hi,

Use SQL:

Select *
from table1,table2
where table1.id=table2.id

id is your common field.

Regards
Uffe Kousgaard
Reply all
Reply to author
Forward
0 new messages