LMSouq
database Open

MySQL's now() +1 day

QI
Qiao
1 month ago
3 views
Problem Description
I'm using `now()` in MySQL query. INSERT INTO table SET data = '$data', date = now() But I want to add 1 day to this date (so that `date` should contain tomorrow). Is it possible?

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base