Clan x86

General Forums => Entertainment District => Topic started by: Sidoh on October 01, 2005, 03:57:30 PM

Title: The Sad Truth
Post by: Sidoh on October 01, 2005, 03:57:30 PM
mysql> SELECT COUNT(profile_id) FROM mc_profiles WHERE profile_characterSex = '0' and profile_RLSex = '0';
+-------------------+
| COUNT(profile_id) |
+-------------------+
|                 6 |
+-------------------+
1 row in set (0.00 sec)


mysql> SELECT COUNT(profile_id) FROM mc_profiles WHERE profile_characterSex = '0
' and profile_RLSex = '1';
+-------------------+
| COUNT(profile_id) |
+-------------------+
|                 4 |
+-------------------+
1 row in set (0.00 sec)

mysql> SELECT COUNT(profile_id) FROM mc_profiles WHERE profile_characterSex = '1' and profile_RLSex = '0';
+-------------------+
| COUNT(profile_id) |
+-------------------+
|                 0 |
+-------------------+
1 row in set (0.00 sec)

mysql> SELECT COUNT(profile_id) FROM mc_profiles WHERE profile_characterSex = '1' and profile_RLSex = '1';
+-------------------+
| COUNT(profile_id) |
+-------------------+
|                23 |
+-------------------+
1 row in set (0.00 sec)


Translation for you lazy people:  4 males play female characters (one being me!),  6 females play female characters, 0 females play male characters and 23 males play male characters.
Title: Re: The Sad Truth
Post by: Blaze on October 01, 2005, 04:03:20 PM
No, this is the sad thruth:

(http://www.badlydrawnrobots.com/comic/robots3.jpg)
Title: Re: The Sad Truth
Post by: Sidoh on October 01, 2005, 04:04:30 PM
Broken link?  O_o

It works if you paste the URL into a new window, though.  Most not support remote linking.