Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

CREATE TABLE mytable ( id INT PRIMARY KEY, largetext CLOB );

This query creates a table called "mytable" with an integer primary key column called "id" and a CLOB column called "largetext".