Thread: UCS Error
View Single Post
  #9  
Old 12-19-2012, 04:32 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

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.
Reply With Quote