Oracle date formats are another annoying aspect of Oracle.
Why is it that in SQL Server I can format my dates almost any way I want and it will figure things out itself, but in Oracle I have to explicitly format my dates?
Here is an example of the…
more »