Oracle Exceptions
# ORA-01422 exact fetch returns more than requested number of rows
12345--查询到 per_box_qty 是多条记录select per_box_qty into l_box_num from som_packing_item_setup where organization_id = p_org_id and assembly_item_id = p_item_id;
# ORA-01427: single-row subquery returns more than one...
more...









