The error message is telling you that there are some rows in NEUE_BUCH
where the PREIS
column is NULL. You will need to modify those rows to have non-NULL values before you can create this NOT NULL constraint.
Justin Cave
2008-12-20 13:39:22