on 2016 Mar 01 7:26 AM
Reproduced in Interactive SQL 16.0.0, build 2127
ROUND(0.89, 2) = 0.89
ROUND(0.89, 1) = 0.9
ROUND(0.89, 0) = ???????????????????????
ROUND(0.89, 0) * 1 = 1
CAST(ROUND(0.89, 0) AS VARCHAR) = "Cannot convert numeric to a varchar"
Request clarification before answering.
User | Count |
---|---|
61 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.