mysql 一個特別的 delete command
delete tbl_item_fetch_img a
from tbl_item_fetch_img a,tbl_item b
where a.hid = b.hid and b.company = ‘CTC’
Sky / Ocean / Tree
delete tbl_item_fetch_img a
from tbl_item_fetch_img a,tbl_item b
where a.hid = b.hid and b.company = ‘CTC’