Hello guys, How i can store system date using mysql query
either I have to use now() function or else.Code:insert into table values('val1',system date here,'value2');
or
using default while creating table
thanks.Code:create table abc('col1',system date here,'col2');




Reply With Quote