Context: For the above table, I want to create a view "VIEW_A" with order_no, and Manufacture column on a group level.
where Manufacture = A if line level items have `manf` = A or "".
where Manufacture = B if line level items have `manf` = B
where Manufacture = Mixed if line level items have `manf` A and B.
How can I solve the issue?