$sql = "select * from $db where unit='".$hello."' and order by int(number) asc"; //number在库里是字符型,我让它变成整型后再按照升序排列,这样写对吗?