Here is my table structure:
Table: User
Fields: UserId,FirstName,LastName,FriendCount
Table: Network_User
Fields: UserId,NetworkId
Table: Network
Fields: NetworkId, Network
Table: Keyword_User
Fields: UserId,KeywordId
Table: Keyword
Fields: KeywordId, Keyword
This query works correctly:
It...