After installing the upgrade: Toad Data Point 4.0.0.624, I am getting an error setting a variable in a script that has been running just fine for months.
The error message: mismatched input ‘00’ expecting ‘)’ line 1:20
It is occurring on a variable that references a previously defined variable. The first variable - p_start_dt - gets set as:
Round( add_days( last_day( add_months( current_date(), -2 ) ), 1 ) )
The next variable generates the error, and is defined as:
Last_day(#p_start_dt#)
Any help would be appreciated. Thanks!