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:

enter image description here

yearweek

select * snip yearweek(init_visit_start) = yearweek(now()) + 1; 

Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -