Mailinglisten-Archive |
Guten Tag Sebastian Mendel, am Montag, 27. Juni 2005 um 16:49 schrieben Sie: > Jedes Feld kann 'leer' sein, aber 'NULL' können nur die Felder sein die > nicht 'NOT NULL' haben > " Thus it is entirely possible to insert a zero or empty string into a > NOT NULL column, as these are NOT NULL." >> übrigens erfüllt ein leerer string aber auch die not null bedingung > nein! doch , ein leerer string ist NOT NULL > http://dev.mysql.com/doc/mysql/en/working-with-null.html Quote A common error when working with NULL is to assume that it is not possible to insert a zero or an empty string into a column defined as NOT NULL, but this is not the case. These are in fact values, whereas NULL means "not having a value". You can test this easily enough by using IS [NOT] NULL as shown: >unquote -- Mit freundlichen Grüssen Hannes Streicher mailto:HStreicher at gmx.de -- Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter -->> http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive