Welcome Guest, Not a member yet? Register   Sign In
forum written with codeigniter
#5

[eluser]neph[/eluser]
yeah, when counting two fields i couldnt get them to return each's value, it would just set both counts as the highest of both. if count(cola) was 4 and count(colb) was 2 they would both return as 4...

Code:
mysql> SELECT c.*, COUNT(t.id) numThreads, COUNT(p.id) numPosts
    ->         FROM fm_categories c
    ->         JOIN fm_threads t ON t.categoryID = c.id
    ->         JOIN fm_posts p ON p.threadId = t.id
    ->         GROUP BY t.id, c.id;
+----+--------------------+---------------------------------------+-----------+--------+------------+------------+------------+----------+
| id | name               | description                           | privilege | active | numThreads | numReplies | numThreads | numPosts |
+----+--------------------+---------------------------------------+-----------+--------+------------+------------+------------+----------+
|  1 | General Discussion | This area is for general discussions. |         0 | 1      |          0 |          0 |          5 |        5 |
+----+--------------------+---------------------------------------+-----------+--------+------------+------------+------------+----------+
1 row in set (0.06 sec)

i know it's doable with a "union" but this was just easier for now, it's still needs a lot of work.


Messages In This Thread
forum written with codeigniter - by El Forum - 01-30-2009, 02:37 PM
forum written with codeigniter - by El Forum - 01-30-2009, 05:04 PM
forum written with codeigniter - by El Forum - 01-30-2009, 05:21 PM
forum written with codeigniter - by El Forum - 01-30-2009, 05:36 PM
forum written with codeigniter - by El Forum - 01-30-2009, 05:54 PM
forum written with codeigniter - by El Forum - 05-07-2009, 09:01 AM
forum written with codeigniter - by El Forum - 05-07-2009, 03:38 PM
forum written with codeigniter - by El Forum - 05-07-2009, 07:17 PM
forum written with codeigniter - by El Forum - 05-07-2009, 08:56 PM
forum written with codeigniter - by El Forum - 05-08-2009, 02:27 AM
forum written with codeigniter - by El Forum - 05-08-2009, 02:39 AM
forum written with codeigniter - by El Forum - 05-08-2009, 02:44 AM
forum written with codeigniter - by El Forum - 05-08-2009, 02:55 AM
forum written with codeigniter - by El Forum - 05-08-2009, 04:07 AM
forum written with codeigniter - by El Forum - 05-08-2009, 04:12 AM
forum written with codeigniter - by El Forum - 05-08-2009, 04:19 AM
forum written with codeigniter - by El Forum - 05-08-2009, 04:33 AM
forum written with codeigniter - by El Forum - 05-08-2009, 04:38 AM
forum written with codeigniter - by El Forum - 05-08-2009, 04:53 AM
forum written with codeigniter - by El Forum - 05-08-2009, 04:55 AM
forum written with codeigniter - by El Forum - 05-08-2009, 04:57 AM
forum written with codeigniter - by El Forum - 05-08-2009, 05:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB