本文介绍了查询中的最大UNION语句的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 想知道我可以在查询中创建的UNION语句的数量是否存在物理上或现实上的限制?我有一个客户用了大约250个表来获得 - 数据需要保存在单独的表中,但是我需要过滤它们以创建单个结果集。每张表 持有35,000到150,000行。我现在应该自己开枪吗? lq Wondering if there is a physical or realistic limitation to the numberof UNION statements I can create in a query? I have a client withapprox 250 tables - the data needs to be kept in seperate tables, but Ineed to be filtering them to create single results sets. Each tableholds between 35,000 - 150,000 rows. Should I shoot myself now? lq 推荐答案 这篇关于查询中的最大UNION语句的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-29 05:28