Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 _profiles 运行一个查询
搜索等于“名称”的行 _users
然后在同一个配置文件上它得到_ID
我有它连接..我可以读取表格只是不知道如何通过定位另一行来获取 1 行信息。
任何帮助都会很棒。
它不是不同的表它是同一张表..
让我试着解释一下
我想找出 Membership_id 的值,其中用户名等于表 _profile 中的“bob”
在这种情况下,您将不得不使用连接。
由于您尚未明确发布您的数据库结构,因此我无法决定应用哪种联接。
但是有不同类型的连接。您可以通过此链接了解在您的特定情况下使用联接(单个查询中来自不同表的行)。