Pervasive logo

Prev SQL Engine Reference Next

SQL Grammar Conformance


The ODBC v2.5 specification provides three levels of SQL grammar conformance: Minimum, Core, and Extended. Each higher level provides more fully-implemented data definition and data manipulation language support. The Pervasive ODBC Engine Interface fully supports the minimum SQL grammar, as well as many core and extended grammar statements. The Pervasive ODBC Engine Interface support for SQL grammar is summarized in the following table.

 
Table 2-7 SQL Grammar Conformance

SQL Grammar Statement
Minimum
Core
Extended


ü



ü


ü




ü



ü



ü


ü


DELETE (positional)

ü



DELETE (searched)

ü





ü


ü




ü

ü





ü


ü



ü


ü



JOIN LEFT OUTER (Select)


ü


ü


ü




ü



ü



ü




ü



ü


ü


- extended predicates


ü


ü



ü




ü



ü


ü




ü



ü

UPDATE (positional)

ü



UPDATE (searched)

ü



Delimited Identifiers in SQL Statements

Column names and table names can occur as delimited identifiers if they contain non-ODBC standard characters. The delimiter character for delimited identifiers is a double-quote. For example:

SELECT "last-name" FROM "non-standard-tbl" 


Prev
ODBC API Conformance
Contents
Up
Check for Revisions
Next
SQL Syntax Reference