SELECT CAST ('10' as int) * 20, CONVERT (int, '10') * 20. In both cases, we're converting from the text value '10' to its integer representation.
確定! 回上一頁