kdonavin Member

Comments

  • Ha, just realized I can just subtract dates with '-' directly. Nevermind.
  • That datediff() function is pretty crummy. Other SQL flavors have a datediff() function with the ability to return any unit of time, not just 'day'. What if I want a difference in hours, minutes, seconds, etc.? Gotta do some silly calculation with the hour(), minute() functions...