-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
@ArgusLi
Description
Grammar or Syntax Description
TRY_CONVERT() is not supported.
SQL Example
- Simplified Query Example, focusing on the failing feature
SELECT TRY_CONVERT(NUMERIC(8,6), '1234') AS LATITUDE_NBR;
Interestingly, this has no ParseException.
SELECT TRY_CONVERT(INT, '1234') AS LATITUDE_NBR;
Additional context
JSQLParser 5.3
Microsoft SQL Server
https://learn.microsoft.com/en-us/sql/t-sql/functions/try-convert-transact-sql?view=sql-server-ver17
Metadata
Metadata
Assignees
Labels
No labels