Hello, i have a table with a varchar column (not null, no default defined).
The table contains a row with an empty string in that column.
If i duplicate the row and do not change that column i get "SQL 1364: column does not have a default value".
Andi