Skip to content

Commit

Permalink
CONVERT-->CAST (#278)
Browse files Browse the repository at this point in the history
CONVERT(NAME AS INT)
==>
CAST(NAME AS INT)
  • Loading branch information
sheng-jie authored Nov 14, 2023
1 parent 0e232a5 commit 12afb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-2.3.3/transform-v2/sql-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ Supported data types: STRING | VARCHAR, INT | INTEGER, LONG | BIGINT, BYTE, FLOA

Example:

CONVERT(NAME AS INT)
CAST(NAME AS INT)

### COALESCE

Expand Down

0 comments on commit 12afb95

Please sign in to comment.