I want to change all values in the tablecolumn \"Quellendatum\".
When the row-value is 2005-06-20 then it should be replaced with 2012-06-20. When the row-value is N
UPDATE outgoing2.tbl_hochschule SET Quellendatum = '2012-06-20' WHERE Quellendatum <> '' AND Quellendatum <> NULL;