DEFAULT in CREATE TABLE?

Andrew Sinning andrew at learningware.com
Fri Apr 8 15:37:54 CDT 2005


In version 1, is it possible to indicate a DEFAULT value for a string:

eg:
CREATE TABLE questions (
...
qType String(50,'ASCII') NOT NULL DEFAULT 'test',
...
...
);

When I do this, I get an error "comma expected".


More information about the Valentina mailing list