How do I select all the columns from a table, plus additional column? #1127
Unanswered
alexeygritsenko
asked this question in
Q&A
Replies: 1 comment 3 replies
-
No, it's disallowed for that. It's a bad idea to select all columns with Think about it: what if It's always recommended to provide the specific column for the database query, for better performance and maintainability. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The thing is, I don't keep the expiration date of the licenses because it's easy to calculate based on the release date. I tried it like this
but it gives an error
Incorrect column name
Beta Was this translation helpful? Give feedback.
All reactions