Primary key prob

admin

Administrator
Staff member
I want to create a table with one colum of (data type mediumtext)
and want to declare it primary kay. How can?

while

CREATE TABLE ABC(temp mediumtext primary key)

and

CREATE TABLE ABC(temp mediumtext NOT NULL primary key)

does not work.
 
Back
Top