Computer Science, asked by kr6248801, 2 months ago

write the steps to add 2 hours to the time on the computer.​

Answers

Answered by rajv63020vishalraj
1

Answer:

To add 2 hours in the current time, we will use the DATE_ADD() function. mysql> select DATE_ADD(now(),interval 2 hour);

Answered by Anonymous
1

Answer :

To add 2 hours in the current time, we will use the DATE_ADD() function. mysql> select DATE_ADD(now(),interval 2 hour);

Please Mark As Brainliest Answer And Drop A Thanks !

Similar questions