Posts by Chart • 1 point
1 post
-
0
votes5
answers4473
viewsA: In the ORDER BY of a SELECT change a comma for a period
Try the following: order by cast(replace(valor, '.', ',') as decimal(10,2));
1 post
0
votes5
answers4473
viewsTry the following: order by cast(replace(valor, '.', ',') as decimal(10,2));