4 Replies
I have this query to look at my data.
I am doing some data exploration.
When I run the query several times, the order of the columns change.
It looks like that the order of the variables in
select
does not matter. For the ease of use, is it possible that the output table in the studio displays the data in the same order in the select
?
Lol @alex that is timely
The select is order agnostic, its just a filter right now!
We could make it the order but it isn't right now
hahaha i noticed the exact same thing by chance yesterday
Treat select like 'filter' right now @kenho811 🙂