TIMEADD(<date-expr>, <num-expr hour>, <num_expr minute>, <num_expr second>)

Returns a DATE that is the result of adding the specified parts to the supplied DATE expression.

PRINT TIMEADD(NOW(),1,1,1)

Siehe auch: Date and Time Functions

Referenz - Startseite