I have a date column in my users what I want to update with a SQL query
With the SQL query I want to add 1 month to date column in my database.
I now have:
UPDATE users SET date=(+ 1 month)
When I run this query it is not working. So my question is, how can I make this working?
Aucun commentaire:
Enregistrer un commentaire