Result from MySQL Workbench:
Code:
3 14:27:58 select `status`, `hideme`, `karma`, `revoked` from `account` where `id`='0' limit 1 0 row(s) returned
Modified Query & Result
Code:
select `id`, `status`, `hideme`, `karma`, `revoked` from `account`;
'47xxx', '255', '1', '2887', '0'
'38xxx', '0', '0', '6406', '0'
'38xxx', '0', '0', '6193', '0'
'39xxx', '0', '0', '6149', '0'
nothing at all strange in my opinion.