Tagged Questions
2
votes
1answer
164 views
Struggle with SQL Statement (Not Exists)
Hey i have some problems with a sql statement. This is the Database Scheme:(http://docs.elgg.org/wiki/DatabaseSchema), only the "entities" and the "relationship" table are important! What i'm trying ...
1
vote
1answer
414 views
How to get the social map of friends by a single query from a social networking sql database?
I have a social networking site built on top of the Elgg (php + mysql) framework. My objective is to get all friends of a given user, and also the friend relationships among those friends.
All the ...
1
vote
1answer
119 views
Is there limit of “join” or the “where” or length of SQL query?
Actually i was trying to get data from elgg database based on multiple joins. It generated very big query with lots of JOIN statements and query never respond back.
SELECT distinct e.* from ...