【发布时间】:2022-09-23 12:52:59
【问题描述】:
上下文:对于上表,我想在组级别创建一个带有 order_no 和 Manufacture 列的视图“VIEW_A”。
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?
标签: mysql phpmyadmin