select 0
use student
index on 学号 tag xh_id
SELECT 0
use GRADE
set relation to 学号 into student
browse fields 学号,student.姓名,student.专业,课程号,成绩
***********
出错就在老是用
select 0
改:
select 0
use student
index on 学号 tag xh_id
SELECT 1
use GRADE
set relation to 学号 into student
browse fields 学号,student.姓名,student.专业,课程号,成绩