In this blog post, let’s learn about the error message “1303 SQL/MP table or alias name table-name is not allowed in this context.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
1303 SQL/MP table or alias name table-name is not allowed in this context.
Reason for the Error
An SQL/MP database object was referenced in a create view or create trigger operation, which is not allowed.
Solution
Specify only SQL/MX native database objects in create view or create trigger operations