GENERIC_INTERNAL_ERROR in AWS View Query

0

GENERIC_INTERNAL_ERROR This query ran against the "synergy_mysql_prod" database, unless qualified by the query. Please post the error message on our forum or contact customer support with Query Id: 1ce931e0-f1df-4b60-8fb7-5983ae6d4a5a

asked 16 days ago65 views
1 Answer
0

Hello,

I checked the query id: "1ce931e0-f1df-4b60-8fb7-5983ae6d4a5a" internally and could see that you are using parameterized query to create the view. I checked the documentation and could see that currently parameterized queries are supported only for SELECT, INSERT INTO, CTAS, and UNLOAD statements. Hence, you are running into an issue while trying to create the view at your end.

I would request you to instead try running the query without using the parameters and hard-coding the values.

AWS
Ankur_J
answered 15 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions