I want to choose the min value in two date ,such as
c := min(a,b);
It occupy compiler error :
Error(20,10): PLS-00103: Encountered the symbol "," when expecting one of the following:
. ( ) * @ % & - + / at mod remainder rem || multiset
I know we can use aggregate function Min
in the SQL. I dan't whether there is the similar func i can use i pl/sql?
In PLSQL, the least
function returns the smallest value in a list of expressions.
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