Nullable types for computed columns? #1030
              
                Unanswered
              
          
                  
                    
                      gabrielhora
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| no response? may i know why? | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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
overridesin sqlc.yaml, is there a way to do the same for queries?This is a simple example,
minandmaxmay 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