Date Comparison SQL


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. WHERE (post_date_gmt + INTERVAL 100 DAY) >= NOW()

Report this snippet


Comments


You need to login to view comments.