database - MySQL Get All Records for the next week -
i'm trying of records in database next week.
here query i'm using, it's producing 0 results
select * snip weekofyear(init_visit_start)=weekofyear(now()); here small data example:

select * snip yearweek(init_visit_start) = yearweek(now()) + 1;
Comments
Post a Comment