write the steps to add 2 hours to the time on the computer.
Answers
Answered by
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
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