111,129
社区成员
发帖
与我相关
我的任务
分享
internal_shipment_num in
SqlCommand mycom = new SqlCommand("update shipment_header set carrier='a' where internal_shipment_num in (select internal_shipment_num from shipping_container where container_id='" + TextBox1.Text.ToString() + "'", con);