好吧,我有一些这样的桌子..
table TopicForum
-------------------------
- idforum (PK)
- iduser (FK)
- subject
- content
table Usermember
--------------------------------
-iduser (PK)
-password
-accesslevel
table student
-------------------------------
-idstudent (PK)
-iduser (FK)
-name
table teacher
---------------------------------
-idtecher (PK)
-iduser(FK)
-name
table admin
-----------------------------------
-idadmin (PK)
-iduser(FK)
-name
所以我想在学生、教师和管理员的iduser 的 TopicForum 参考中显示名称..
请帮忙谢谢