sql中有两个数据库,如何查询相同的行的数据 5
同一SQL中挂了两个数据库A数据库中查询结果selecta.item_no,item_name,b.stock_qty,price,sale_pricefromt_bd_...
同一SQL中挂了两个数据库
A数据库中查询结果select a.item_no,item_name,b.stock_qty,price,sale_price from t_bd_item_info a left join t_im_branch_stock b on a.item_no=b.item_no
B数据库中查询结果select a.item_no,item_name,b.stock_qty,price,sale_price from t_bd_item_info a left join t_im_branch_stock b on a.item_no=b.item_no
怎么筛选出两条查询结果中item_no有重复的行 展开
A数据库中查询结果select a.item_no,item_name,b.stock_qty,price,sale_price from t_bd_item_info a left join t_im_branch_stock b on a.item_no=b.item_no
B数据库中查询结果select a.item_no,item_name,b.stock_qty,price,sale_price from t_bd_item_info a left join t_im_branch_stock b on a.item_no=b.item_no
怎么筛选出两条查询结果中item_no有重复的行 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询