dbd-add-design-query-errors.md
Errors
Database Designer returns an error in the following cases:
-
The query contains illegal syntax.
-
The query references:
-
External or system tables only
-
Local temporary or other non-design tables
-
-
DELETE or UPDATE query has one or more subqueries.
-
INSERT query does not include a SELECT clause.
-
Database Designer cannot optimize the query.