PL/SQL變數的資料型別: 純量(Scalar Data types) - CHAR[(max_len)] (固定長度, 不指定長度為1) - VARCHAR2(max_len) (變動長度,最大可為32,767 bytes)
blog.xuite.net