You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
insert into info values('test','ipaji is published','this is a big date, my ipaji is published.Everybody can publish info on my ipaji',curdate(),curdate()+2);
select * from info;
update info set overDate = date_add(curdate(),interval 31 day);