Replies: 2 comments
-
CAST(col as DECIMAL (x, y))is supported |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To call the CAST function for this purpose, for example, to achieve DECIMAL(2.2, 2, 1) by calling CAST(2.2 AS DECIMAL(2, 1)), how can this be implemented at the code level?
DB2 Documentationhttps://www.ibm.com/docs/en/db2/11.5?topic=functions-decimal-dec
Beta Was this translation helpful? Give feedback.
All reactions