How to specify a projection to use in a query?
I have multiple projections on a table and I'd like to see how a query performs differently on each projection, so I'd like to run the same query against each of the projections. How can I specify which projection to use in my SELECT query?
0
Comments