Re: A query construction problem

2003-02-09 Thread mysql-list-bot
doc/en/Query_Cache.html * http://www.mysql.com/doc/en/Slow_query_log.html This was an automated response to your email 'A query construction problem'. Final search keyword used to query the manual was 'query construction problem'. Feedbacks, suggestions and complaints about

A query construction problem

2003-02-08 Thread Blaster
I can't think of a way to do this, any help is appreciated =) Imagine the following tables table "usr" (holds all users) id (int) | name (varchar) table "clanlist" (holds all clans) id (int) | name (varchar) table "clanmembers" (holds all members of all clans) uid (int, points to a user in "usr