Check for an integer value in a decimal array. contains({1, 2.2, 3.3}, todecimal(1)) returns true. Cast the integer value to a decimal using the todecimal() ...
確定! 回上一頁