Component
Desktop App (Windows)
SQL Performance Studio Version
0.8.0
Operating System
Windows 11
Describe the Bug
The order by on numeric columns is being done by text.
Steps to Reproduce
- Connect to Query Store
- Fetch data
- Try to order by a column that has a thousands separator
Expected Behavior
It is ordered based on the numeric value
Actual Behavior
Currently is being done using text (lexicographically - TiL)
Plan File
No response
Screenshots
No response
Component
Desktop App (Windows)
SQL Performance Studio Version
0.8.0
Operating System
Windows 11
Describe the Bug
The order by on numeric columns is being done by text.
Steps to Reproduce
Expected Behavior
It is ordered based on the numeric value
Actual Behavior
Currently is being done using text (lexicographically - TiL)
Plan File
No response
Screenshots
No response