getTableColumns() for `with`?
Hi, is there any alternative to
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?2 Replies