用一个SQL语句,实现多表查询,应该没问题~

解决方案 »

  1.   

    具体怎样实现呀?我的delphi学的不是很好,拜托楼上详细点说。分数一定送的。
      

  2.   

    你的学科是不是对应subject_mc ,成绩对应score,学分对应record???
      

  3.   

    拜托,delphi6自带的DEMO有这种报表,很详细,你仔细看
      

  4.   

    to 1898xxy(我是怎样长大的)
    没错!能否帮我设计一下。我现在安装的是delphi5呀
      

  5.   

    用分段报表 (GROUP_REPORT)
    select a.*,
           b.*,
           "第"||term_id||"学期" Term_Name
      from table1 a,
           table2 b
     where a.subject_id= b.subject_id