Hi,
Could any one tell me how to create view in SAP HANA using Alteryx, I have written one view in "POST create sql statement " option in Out put data tool .
Query is
CREATE VIEW vwICMAwarding
AS
SELECT
t.[SysId],
t.[Status],
t.[ModifiedDate], etc..
I am getting this error
Error: Output Data (15): Error running PostSQL on "PHV_TEC.vw_bTest": [SAP AG][LIBODBCHDB DLL][HDBODBC] Syntax error or access violation;257 sql syntax error: incorrect syntax near "[": line 5 col 5 (at pos 45)[SAP AG][LIBODBCHDB DLL][HDBODBC] General error;-10210 Invalid command state (No prepared SQL command)