Hi there I'm new to these types of MySQL Queries.
Basically, I have two tables in a MySQL Database. One is called groupmembers
and the other is called users
groupmembers
iki sütun, bir groupid
ile satır ve bir userid
içeriyor
users
Ayrıca iki sütun, bir userid
ve username
ile satır içeriyor
Ben bir groupid
15, ama nereye userid
in groupmembers
ile satır ile groupmembers
tablosunu arar bir sorgu yazmaya çalışıyorum users
içinde biri ile bağlantıları ve bu bir çok arar.
Örneğin:
SELECT * FROM groupmembers WHERE groupid = 15 (something to find the user row by using the userids) AND users.username = '%testquery%'
If you need any more information on this, just let me know because I am bad at explaining things! Thanks for your help.