Posts by Rui • 1 point
1 post
-
0
votes3
answers61
viewsQ: How to save date in mysql table
I am trying to insert the current date into a table, I am using the following code: insert into testar (data,nome) VALUES (date("Y-m-d H:i:s"),'pedro'); yet of error: Column 'data' cannot be null.…