SQL in Apperate#

DEPRECATED

Apperate and its features (including this feature) are deprecated.

Apperate supports ANSI-compliant SQL. There are however some limitations.

Limitations#

  • SELECT * is not supported for views.

  • WHERE clauses and ON clauses must only operate on indexed properties (columns). See the Unique Index components here.