I want to do the following:
SELECT min( date_1, date_2) from dual;
But this will fail terribly because min only takes one parameter. Is there another way?
SELECT LEAST(date_1, date_2) FROM DUAL;
Oracle LEAST
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With