Previous Topic: -273 - GRANT AND REVOKE STATEMENTS NOT ALLOWEDNext Topic: -275 - SQLDA SPECIFIES n MORE HOST VARIABLES THAN IN STATEMENT


-274 - CANNOT CREATE AN INDEX ON A VIEW

Explanation

A CREATE INDEX statement has referenced a view.

The SQLSTATE that equates to this SQL return code is 53S27.

User Response

Use the name of the table from which the view is derived.