Hi,

is it possible to have a column which does NOT have a default value, i.e.
an INSERT query should fail if no value is given..?

The obvious idea, i.e.
        "CREATE TABLE foo (bar integer not null default null);"
doesn't work.

-- 
Matthias Urlichs     |     noris network AG     |     http://smurf.noris.de/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to