DCCoolBreeze
Programmer
I want to be able to define a variable that will hold the resultant value from an expression. For example
define l_start_date = LAST_DAY(ADD_MONTHS(SYSDATE,-1))
l_start_date needs to have the resulting date calculated by the expression.
define l_start_date = LAST_DAY(ADD_MONTHS(SYSDATE,-1))
l_start_date needs to have the resulting date calculated by the expression.