Comments on: Why I use explicit date math in SQL http://www.xaprb.com/blog/2006/12/20/why-i-use-explicit-date-math-in-sql/ Stay curious! Fri, 10 May 2013 18:25:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: jack http://www.xaprb.com/blog/2006/12/20/why-i-use-explicit-date-math-in-sql/#comment-2868 jack Wed, 20 Dec 2006 22:52:25 +0000 http://www.xaprb.com/blog/?p=281#comment-2868 Wow, I’ve never even tried to subtract a number from a date :) I always subtract dates like this:

CURDATE - INTERVAL 15 DAY

]]>