Database Query Sort

So I don’t know if this is a known issue or I am doing something wrong. But when you create a Database Query and you select* for all records in a table the Global Sort and Desc do not work. I have to put all records in individually for the table sorting to work.

Thanks
Eric

Hello Eric,
that’s for security reasons, when using sorting. You need to add all the columns, not just table *

You can shift+click to select all columns and then add them at once.

Thanks Teodor, I knew I was doing something wrong!