Type an "ALTER TABLE" command to add a CLOB item to an existing table, using the following SQL code as a guide: ALTER TABLE your_table ( add big_text_field CLOB );.
確定! 回上一頁