Nullable types for computed columns? #1030
Unanswered
gabrielhora
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm trying to come up with a solution for having nullable types for computed columns.
I know I can override table column types via
overrides
in sqlc.yaml, is there a way to do the same for queries?This is a simple example,
min
andmax
may return null. How can I deal with this in sqlc?Thanks a lot for your time.
Beta Was this translation helpful? Give feedback.
All reactions