myBigInt = 1 -- fine myBigInt = "1" -- also good myBigInt = (1) -- optimizer treats this as the same myBigInt = (1,2) -- Now the query may ...
確定! 回上一頁