SQLite Forum

ORDER BY not working for a specific DB/table
Login
Why do you think the values are numeric?

What does
```
 SELECT typeof(WestCCod), WestCCod, typeof(lati10), lati10, typeof(longi), longi
   FROM latiSaltxi 
   WHERE lati10 >= 41 
     AND lati10 <= 41.3 
ORDER BY lati10, longi
;
```
produce?