WITH ORDINALITY
            
            #491
          
          
        -
| Is WITH ORDINALTY not a feature in SQLPage? I cannot seem to get it to work, no matter what I do... | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            lovasoa
          
      
      
        Jul 8, 2024 
      
    
    Replies: 1 comment 3 replies
-
| Hello and welcome to SQLPage ! | 
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
  
        
    
Thanks for the report ! I opened an issue upstream in order to track and fix the bug in our sql parser: apache/datafusion-sqlparser-rs#1336
In the meantime, you can use
row_number()to emulate the functionality:demo