Sean
Sean
Joined: Tue Jul 31 23:45:13 UTC 2018
Coding Dart/Flutter in my spare time
Latest Posts
-
Column Sort doesn't match Order By Sort
When I used this code... ((select Table1) order by Text).Text I noticed that the sort orders aren't the same. This can be fixed using upper(), but I'm curious if that behavior is intentional