Explanation: | The value of the number you want to convert with CONVERT_BASE cannot be represented by the source base value. For example, the source base value is 2, and the input values is 123. The input value can only contain 0s or 1s. |
User Response: | Verify that the input values can be represented by the source base. |
Explanation: | The input value for CONVERT_BASE was larger than the maximum allowed to convert the value to base 10. |
User Response: | Verify that all input values can be converted to base 10. |