Closed indra-uolles closed 9 years ago
Right now if I want to sort values in a column that has empty values, e.g. "120", "35", "16.7", "", "73.6" I get a wrong result: "", "120.0", "16.7", "35.0", "73.6" I think many tables in real life have empty values, so it's useful to consider that.
"120", "35", "16.7", "", "73.6"
"", "120.0", "16.7", "35.0", "73.6"
Right now if I want to sort values in a column that has empty values, e.g.
"120", "35", "16.7", "", "73.6"
I get a wrong result:"", "120.0", "16.7", "35.0", "73.6"
I think many tables in real life have empty values, so it's useful to consider that.