Mysql 数据仓库 SQL 查询 请帮忙
我有以下数据库,
db: exam_2011
tables: score_01, score_02, score_03.....score_12
db: exam_2012
tables: score_01, score_02, score_03.....score_12
数据库是年份,表是月份;
如何获取2011年7月1日至2012年2月2日期间的数据?
请帮助构建查询。数据库服务器是mysql。谢谢。这不是家庭作业或学校的东西。
I have the following database
db: exam_2011
tables: score_01, score_02, score_03.....score_12
db: exam_2012
tables: score_01, score_02, score_03.....score_12
the database is the year and the tables are the month;
How can I get the data between 1 July 2011 to 2 February 2012?
Please help to construct the query. The database server is mysql. Thanks. This is not homework or school stuff.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设这些表中有一个名为
day
的列:I assume that you have a column named
day
in these tables: