INT data type stores 32-bit integer data. Syntax INT or INTEGER Quick Example CREATE TABLE t (c INT); Range -231 to 231-1 (2 Gb) Storage Size 4 bytes ...
確定! 回上一頁