select count(distinct user_id)
from
(select user_id from db_amazontbl_order where `date` =
union all
select user_id from db_jdtbl_order where `date` =
union all
select user_id from db_taobaotbl_order where `date` =
)
以上就是关于mysql根据多个数据库的订单表统计用户数量全部的内容,包括:mysql根据多个数据库的订单表统计用户数量、、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)