IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Sort

Last modified: 10 August 2022

To sort the column data, click the column name. The column sorting is not stacked by default. It means that if you click a column name to sort data by, the sorting based on other columns will be cleared. If you prefer to use the stacked sorting, click a column name while pressing Alt.

To change the default option for stacked sorting, open settings by pressing Ctrl+Alt+S and navigate to Tools | Database | Data Editor and Viewer. Change the value for the Add columns to sorting option.

https://resources.jetbrains.com/help/img/idea/2022.1/db_stacked_sorting.png
Gif

Also, you can use the ORDER BY filter and sort data in a table by writing a query in the ORDER BY field.