Click or drag to resize

LOAD LOOKUP Statement

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
LOAD LOOKUP Statement

The LOAD LOOKUP statement loads a lookup that has previously been saved using the SAVE LOOKUP statement.

Tip Tip

For information about the lookup table, see the lookup function

Syntax

Alchemy
LOAD LOOKUP ident FROM filename;

Nomenclature

identThe identifier for this lookup table
filenameThe path to the file that the lookup should be retrieved from

Example

This simple example loads a lookup on post (ZIP) codes by city, which has been previously created and saved.

Alchemy
LOAD LOOKUP cityFromPostcode FROM "Lookups\CityFromPostcode.db";