Converting VARCHAR to DECIMAL values in MySql. Solution: Without Converting you can find Maximum using this query select max(cast(stuff as decimal(5,2))) as ...
確定! 回上一頁