Skip to main content Link Menu Expand (external link) Document Search Copy Copied

FeatureBase SQL guide

FeatureBase supports different types of queries that are discussed further in the following reference pages.

Table of contents

Before you begin

Create a FeatureBase database using one of the following methods:

A database is automatically created when you Install FeatureBase Community

Running SQL queries

SQL queries can be run against FeatureBase tables in the following ways:

Syntax notation

KEYWORD
<variable or element>
<alternative> | <alternative2>
<repeat element until indicated>...
<repeat element separated by commas until indicated>,...
{ required elements }
( required parenthesis )
[ optional elements ]

Statements

Functions

Data types

Operators

Expressions

System Tables


Table of contents