Gabriel
Member since Mar 20, 2015
- Profile: /members/12593-gabriel.htm
- Comments: 2
Recent Blog Comments By Gabriel
-
Using GREATEST(), LEAST(), And Date/Time Values With COALESCE() In MySQL
Posted on Mar 20, 2015 at 10:49 AM
I should clarify, working with dates versus comparing.... read more »
-
Using GREATEST(), LEAST(), And Date/Time Values With COALESCE() In MySQL
Posted on Mar 20, 2015 at 10:48 AM
Very helpful. Often times when I have to compare dates I convert them to floating numbers: FLOOR(CAST(dateValue AS FLOAT)) FLOOR just gets rid of decimals as I usually don't care to know the time and just need date. I've found dealing with numbers versus dates is much easier, but can be costly ... read more »