Answers for "year now()+mysql"

SQL
1

use of now() in mysql

NOW() : It will return current date and time. 

Ex: select NOW(); 	//YYYY-MM-DD HH-MM:SS

Output: 2021-09-13 15:35:41
Posted by: Guest on September-13-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language