我的数据库中有两个表。
1) User Table
id username password logo email
1 admin admin NULL 1
2 support support NULL NULL
3 test test NULL NULL
2) Link Account Table
ID AccountID LinkAccountID
1 1 2
现在,如果我选择带有 accountid 1 的用户名,那么如果我选择带有 accountid 2 的用户名,它会以同样的方式返回我 Admin 和 Support,那么它也会返回 admin 和 support,如果我选择带有 accountid 3 的用户名,那么它将只返回 test
反之亦然,如果在链接帐户表帐户 id 为 1 或 linkaccountid 为 1 将返回两个 id
提前致谢
问候
阿米特维亚斯