getTableColumns() for `with`?
Hi, is there any alternative to
If I use the example from the docs:
How would I get the columns of
It looks like
getTableColumns() for with CTEs?If I use the example from the docs:
How would I get the columns of
sq? Calling getTableColumns(sq) does not work.It looks like
sq._.selectedFields works as an alternative, but is that the right way?