You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AST is incorrectly interpreting WEEK_OF_YEAR_US as a function instead of recognizing it as a column. This issue needs to be resolved to ensure correct parsing
ex:
REPLACE VIEW A.VIEWB
AS
LOCKING TABLE SCHEMAA.TABLEC FOR ACCESS
SELECT
CAST((WEEK_OF_YEAR_US (FORMAT '99')) AS CHAR(2)) AS COL1
FROM
SCHEMAA.TABLEC;
Proposed Solution
Parsing strategy needs to be changed
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Category of feature request
Transpile
Problem statement
The AST is incorrectly interpreting WEEK_OF_YEAR_US as a function instead of recognizing it as a column. This issue needs to be resolved to ensure correct parsing
ex:
Proposed Solution
Parsing strategy needs to be changed
Additional Context
No response
The text was updated successfully, but these errors were encountered: