How to compare date using mysql query with timestamp or date

 SELECT * FROM `therapist_addresses` where created_at < date(now());

Comments