Refactoring SQL
        Posted  
        
            by Mongus Pong
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mongus Pong
        
        
        
        Published on 2010-03-24T11:55:54Z
        Indexed on 
            2010/03/24
            14:43 UTC
        
        
        Read the original article
        Hit count: 334
        
sql
|refactoring
Are there any formal techniques for refactoring SQL similar to this list here that is for code?
I am currently working on a massive query for a particular report and I'm sure there's plenty of scope for refactoring here which I'm just stumbling through myself bit by bit.
© Stack Overflow or respective owner