Author Topic: The Sad Truth  (Read 3174 times)

0 Members and 1 Guest are viewing this topic.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
The Sad Truth
« 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.

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: The Sad Truth
« Reply #1 on: October 01, 2005, 04:03:20 pm »
No, this is the sad thruth:

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

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: The Sad Truth
« Reply #2 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.
« Last Edit: October 01, 2005, 04:07:04 pm by Sidoh »