Hello, we have changed the function as you mentioned but still the same issue is present.%sqlcreate or replace function test_get(v_date DATE, days_before decimal(38) DEFAULT 1) returns DATEreturnselect (xx) as l_result FROM(select (t.xx), row_number(...