MI Selecting Subsets: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Ari Craven (talk | contribs) No edit summary |
Ari Craven (talk | contribs) No edit summary |
||
| Line 12: | Line 12: | ||
== SQL Select == |
== SQL Select == |
||
<ol> |
|||
<li>Import the 1d_nwk_check.mif layer into MapInfo. </li> |
|||
<li> |
|||
Revision as of 16:40, 5 September 2011
Introduction
MapInfo offers two methods for selecting subsets of other tables; the basic 'Select' tool and the more powerful 'SQL select'. This example illustrates how the pipes (Type = “C”) in a 1d_nwk_check.mif layer are selected.
Basic Select
- Import the 1d_nwk_check.mif layer into MapInfo.
- To select all channels of Type “C” (ie. pipes or circular culverts) go to Query, Select… to display the dialog below. Ensure the correct table is selected in the 'Select Records from Table' drop down box. In the dialogue box type the following: Type = "C". Click 'OK'.

There will now be a temporary table called 'selection' which can be added to a map window opened in a new browser window.
SQL Select
- Import the 1d_nwk_check.mif layer into MapInfo.