Skip to content

[Question] How to use "select *" when column is constraint? #15126

Answered by hashhar
BigStupideer asked this question in Q&A
Discussion options

You must be logged in to vote

You can set the config property hide-inaccessible-columns to true to get that behavior.

It's not the default though since it makes queries non-deterministic (i.e. results depend on who runs them) which is a bad idea in any large system. It's better to be explicit about what you want.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BigStupideer
Comment options

Answer selected by hashhar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants