Global Navigation Bar

MapInfo Products Knowledge Base


Product: MapInfo
Version: 4.x\5.x\6.x
Platform: Not Platform Related
Category: File Operations

Summary:
Selecting even values from a column of data.

Question:
Is it possible to select all the records from a column that have an even number?

Answer:
The way to achieve this is to use the MOD operator. An explanation of the MOD operator can be found here-->MapInfo Products Knowledge Base. Selecting even values from a table would be performed like this:

Column name MOD 2 = 0



Output would look similar to this:




Last Modified:
Global Navigation Bar