I have two date fields in one of my table:
Test_Date_1 and Test_Date_2
I need to add 5 minutes to Test_Date_2 field. (Test_Date_1 + 5 minutes)

Could anybody send me correct UPDATE SQL example which can do this?

thanks!