| select p.*, pc.pct_cuid as cuid from smart_product_category as pc left join smart_product as p on (pc.pct_pcode=p.p_code) where 1 and p.p_view = 'Y' and p.p_option_valid_chk = 'Y' and p.p_stock > 0 and p_soldout_chk = 'N' and p.p_code != 'V3866-R9408-E8344' and pc.pct_cuid in ('134') group by p.p_code order by p.p_idx asc |
| Disk full (/tmp/#sql_1bbe_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") |
| 1021 |


