好吧,我有一些像這樣的表..查詢有關泛化表
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
,所以我想在學生,老師通過ID用戶在TopicForum參考顯示名,並管理 ..
請幫忙謝謝
可以,例如,一個用戶同時是老師和管理員? – SWeko