update zeit ändern

update zeit ändern

am 13.03.2007 17:56:33 von Hubert Holler

Ich möchte mittels eines updates in einer mysql Datenbank ein time feld die
Uhrzeit einmal um 5 minuten vermindern und einmal um 5 min verlängern.

Hoffe da kann mir jemand weiterhelfen.

Vielen Dank für jede Antwort.
Hubert

Re: update zeit ändern

am 13.03.2007 18:12:25 von Andreas Kretschmer

Andreas
--
q: why do so many people take an instant dislike to mysql?
a: it saves time (oicu in #postgresql)
Explaining the concept of referential integrity to a mysql user is like
explaining condoms to a catholic (Shadda in #postgresql)

Re: update zeit ändern

am 14.03.2007 09:24:31 von Bernd Muent

Hubert Holler schrieb:

> Ich möchte mittels eines updates in einer mysql Datenbank ein time feld
> die Uhrzeit einmal um 5 minuten vermindern und einmal um 5 min verlängern.

http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functio ns.html

SELECT ADDTIME('1998-01-02 03:00:00', "0:5");
SELECT SUBTIME('1998-01-02 03:00:00', "0:5");

B.

--
BM Computer-Services, Bergmannstr. 66, 10961 Berlin
Webdesign, Internet, Layout und Grafik
Tel.: 030/20649400, mobil 0175/7419517, Fax: 030/20649401
Web: http://www.bmservices.de, eMail: kontakt@bmservices.de