Auch drei Blicke ins Manual sind schneller als ausprobieren.
A UNIQUE index creates a constraint such that all values in the index must be distinct. An error occurs if you try to add a new row with a key that matches an existing row. The exception to this is that if a column in the index is allowed to contain NULL values, it can contain multiple NULL values. This exception does not apply to BDB tables, for which a column with a UNIQUE index allows only a single NULL.
Originaler Frager könnte also die reinen 'http://' in sql-NULL verwandeln (ohne zusätzliche '...') und so abspeichern. Für das Feld muss also NULL erlaubt werden.
A UNIQUE index creates a constraint such that all values in the index must be distinct. An error occurs if you try to add a new row with a key that matches an existing row. The exception to this is that if a column in the index is allowed to contain NULL values, it can contain multiple NULL values. This exception does not apply to BDB tables, for which a column with a UNIQUE index allows only a single NULL.
Originaler Frager könnte also die reinen 'http://' in sql-NULL verwandeln (ohne zusätzliche '...') und so abspeichern. Für das Feld muss also NULL erlaubt werden.
Mein ursprünglicher Vorschlag ist richtiger. Er will ja mehrfache http:// zulassen, das heisst den INSERT machen. Das war damals richtig.EDIT:
Nehm ich zurück.
Kommentar