Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
SQL
how to fetch days old records php mysql
Ivan Akulov
Programming language:
SQL
2021-03-16 21:58:08
0
Q:
how to fetch days old records php mysql
coffeewithcardamom
Code:
SQL
2021-06-06 04:33:43
SELECT * FROM table_name WHERE date_time + INTERVAL 90 DAY <= NOW()
0
Tags
php
mysql
how
day
Related
php get current datetime mysql format
saturday and sunday will not count as number of days php mysql
php mysql datetime
fetch data mysql php
mysql extract days
mysql earlier than date
mysql get seconds from datetime
php mysqli fetch single row
select row from mysql where date more than 30 days
php mysql date
mysql where one year ago
mysql rowcount php
mysql query date year
mysql add days to date
get only one row in mysql
mysql get date diff in days
New to Communities?
Join the community