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

已提問 1 個月前檢視次數 77 次
1 個回答
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
已回答 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南