{"success":true,"message":"Login successful","decoded":"SELECT p.id,p.title,p.description,p.dateW,p.dateP,p.whoid,(select COALESCE(sum(plus),0) from Votes where refPred=p.id)as countPlus,(select COALESCE(sum(less),0) from Votes where refPred=p.id)as countLess,(SELECT plus from Votes where refPred='' and refUser='' and plus!=0)as plusVote,(SELECT count(*) from Votes where refPred='' and refUser='' and less!=0)as lessVote,p.whoid as whoid,p.predpoints as points,(SELECT firstname from Users where id=p.refUser)as toldyer FROM Predictions p where p.id=''","idPred":null,"title":null,"description":null,"dateW":null,"dateP":null,"whoid":null,"countPlus":null,"countLess":null,"myVote":"novote","points":null,"toldyer":null}