When I try to run multiple statements in one window it will only run the first. Is their an option I need to turn on?
Here is a small example of my code:
update eim_rebuild_stock_receipts
set emp_no = '80000'||'7188'
where emp_no like '0%7188';
update EWF_LABOR_EXCEPTIONS
set emp_no = '80000'||'7188'
where emp_no like '0%7188';
Here is a small example of my code:
update eim_rebuild_stock_receipts
set emp_no = '80000'||'7188'
where emp_no like '0%7188';
update EWF_LABOR_EXCEPTIONS
set emp_no = '80000'||'7188'
where emp_no like '0%7188';