Is using "_" (underscore) safe?
I'm using underscore to get selected fields from subquery. I'm thinking it should be for internals maybe removed future releases? Example:
1 Reply
Another usage:
table: T | WithSubqueryWithSelection<T['_']['columns'], string>;