Sql=select
goods_base_info.goods_name,
goods_base_info.maker_system_id,
goods_exp_info.goods_sale_price,
goods_exp_info.send_date,
goods_exp_info.campaign_flag,
goods_exp_info.campaign_id,
maker_base_info.maker_name,
maker_base_info.maker_pref,
maker_exp_info.maker_jobtype,
maker_claim_info.maker_comp_name,
goods_exp_info.keigen_tax_flag
from goods_base_info,goods_exp_info,maker_base_info,maker_exp_info,maker_claim_info
where
goods_base_info.goods_id='1002498'
and goods_base_info.disp_flag=1
and goods_base_info.goods_id=goods_exp_info.goods_id
and goods_base_info.maker_system_id=maker_base_info.maker_system_id
and goods_base_info.maker_system_id=maker_exp_info.maker_system_id
and goods_base_info.maker_system_id=maker_claim_info.maker_system_id
and maker_base_info.maker_visible_flag=1; not found