--TO_CLOB --Example 1 SELECT first_name, TO_CLOB(first_name) AS clob_value FROM student WHERE student_id = 1; --Example 2 CREATE TABLE datatype_test ...
確定! 回上一頁