Replies: 3 comments 3 replies
-
| 
         BTW is it possible to generate insert/update statements.....?  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            -
| 
         No, PRQL does not support yet SQL-to-PRQL conversion but it is mentioned in the roadmap as a long-term goal. https://prql-lang.org/roadmap/  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            -
| 
         Any update or further work on SQL-to-PRQL?  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    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.
-
AFAIK, PRQL compiles to different SQL dialects easily with prqlc.
Is is possible to decompile existing SQL queries into PRQL format, something like "sql_to_pl", so that I can convert between different sql dialects with prql?
Beta Was this translation helpful? Give feedback.
All reactions