Community

Why I use explicit date math in SQL

(Xaprb) I sometimes see advice to do SQL date operations with the + and – operators on platforms where they are overloaded for date types. I try to avoid that, because it can give unexpected results. I prefer to explicitly use the built-in date/time functions. I’ll show you an example where the oper

Read More - Register for Free Membership