你这个要求可以完成 但是还缺个3张表共有一样的字段!!
一个sql能查出多个结果集?如果按照年份分组的话倒是可以实现:select record createdate substring(createdate,0,4) as yearfrom tableorder by year;