Default values in a column of a MySQL Table

here is a query to define the default value of a column.

create table test(
username varchar(20) not null default ”
) type=MyISAM;



—————————————————
*Free* software is a matter of liberty not price. You should think of "free" as in "free speech".

Comments are closed.