The Biggest Hidden Bug in Your APEX Application
Let's start with a little quiz. Without checking, what do you think happens/returns running the following query:
-- Note the two digit year
select to_date('24-Jan-21', 'DD-MON-YYYY')
from dual;
I recently asked this same question on Twitter and the ...
talkapex.com2 min read