Weird Results on MySQL SELECT Statement with ORDER BY -
I get strange results on the MySQL SELECT statement, which is ordered by the My_column ASC.
Item B: 25.310854
- < Li> Item F: 241.565853
- Item D: 25.3 9 7155
- Item C: 260.252356
- Item A: 27.7740
- Item E : 271.774058
How do I get it right in the right way? My selection statement is a couple that is included - it is not certain if any difference will arise
How to fix this problem?
should do something like this:
order by my_column ) ASC
Comments
Post a Comment