the code there is:
$orderQuery = ("Select * From tablename Where Number > 0 Order By Number Desc Limit 1");
My old databases lecturer would have a fit Zarjangle. He'd make me redo the schema so you don't have to do a cast operation every time you run your orderQuery (which I presume you do fairly often).
His reply was that people should just f*****g design their domains properly hahaha