News:

Help! We're trapped in the computer, and the computer is trapped in 2008! Someone call the time police!

Main Menu

The Sad Truth

Started by Sidoh, October 01, 2005, 03:57:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sidoh

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.

Blaze

No, this is the sad thruth:

And like a fool I believed myself, and thought I was somebody else...

Sidoh

#2
Broken link?  O_o

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