From: Andreas Bruckmeier Date: July 15 2012 1:43pm Subject: Re: update aus mehreren Abfragen zusammensetzen List-Archive: http://lists.mysql.com/mysql-de/1992 Message-Id: <5002C8F7.3060701@bruckmeier.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit UPDATE test set Geburt = CONCAT(SUBSTRING(Geburt, 7,4), '-', SUBSTRING(Geburt, 4,2), '-', SUBSTRING(Geburt, 1,2)); ALTER TABLE `test` CHANGE `Geburt` `Geburt` DATE NOT NULL; Am 15.07.2012 14:59, schrieb Bernd Schulz: > Hallo zusammen, > habe da eine Tabelle wie folgt: