## 处理语句报错;
This commit is contained in:
parent
ffc688d029
commit
190c8b3c9d
|
@ -61,7 +61,9 @@
|
||||||
left join bd_product bp
|
left join bd_product bp
|
||||||
on bd.pk_product=bp.pk_id and bp.del_flag=0
|
on bd.pk_product=bp.pk_id and bp.del_flag=0
|
||||||
left join (
|
left join (
|
||||||
select pk_wares_specs_sku,wmsys.wm_concat(distinct(sc.specs_name)) specs_name,wmsys.wm_concat(distinct(sc.pk_id)) specs_name_id
|
select pk_wares_specs_sku,
|
||||||
|
to_char(wm_concat(distinct(sc.specs_name))) specs_name,
|
||||||
|
to_char(wm_concat(distinct(sc.pk_id))) specs_name_id
|
||||||
from bd_wares_specs_relation br
|
from bd_wares_specs_relation br
|
||||||
left join bd_wares_specs bp
|
left join bd_wares_specs bp
|
||||||
on br.pk_wares_specs= bp.pk_id
|
on br.pk_wares_specs= bp.pk_id
|
||||||
|
|
Loading…
Reference in New Issue