Comparison of Microsoft Jet SQL and ANSI SQL

Microsoft Jet database engine SQL is generally ANSI-89 Level 1 compliant. However, certain ANSI SQL features are not implemented in Microsoft� Jet SQL. With the release of Microsoft Jet version 4.X, the Microsoft OLE DB Provider for Jet exposes more ANSI-92 SQL syntax. Conversely, Microsoft Jet SQL includes reserved words and features not supported in ANSI SQL.

Major Differences
Enhanced Features of Microsoft Jet SQL

Microsoft Jet SQL provides the following enhanced features:

    The TRANSFORM statement, which provides support for crosstab queries.

    The PARAMETERS declaration for defining parameter queries.

ANSI SQL Features Not Supported in Microsoft Jet SQL

Microsoft Jet SQL does not support the following ANSI SQL features:

See Also
Equivalent ANSI SQL Data Types Microsoft Jet Database Engine SQL Reserved Words
Like Operator (Microsoft Jet SQL) SQL Aggregate Functions (SQL)
Microsoft Jet Database Engine SQL Data Types Using Wildcard Characters in String Comparisons