Hi All
while execute the below query that thrown an error like -0rq-00933(-inner-join-ora-00933-sql-command-not-properly-ended)
can you please help how to handle this scenario
Delete from final_ord a
inner join final_old b
on(a.order_num=b.order_num and a.inv=b.inv)
where date_submit<(current_date-b.din_days);