15.05.2016, 20:57
You can do this:
I believe there are more optimized ways.
PHP код:
SELECT ((SELECT COUNT(*) FROM Player WHERE Org=1) = (SELECT COUNT(*) FROM Player)) AS ret
// After you send the query, fetch the value of "ret".