好像是这样的 如下代码所示 student表在1工作区中 score表在2工作区中SELECT 1use studentselect 2use scoreSET ORDER TO tag 学号 &&给score表指定用来排序的字段SELECT 1set relation to 学号 into score 给student表和score表设定关系 set relation 是用来设定两个表之间的关系的