which RDBMS or other tool provides good SQL syntax error messages?
        Posted  
        
            by zzz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by zzz
        
        
        
        Published on 2010-05-21T04:02:33Z
        Indexed on 
            2010/05/21
            4:10 UTC
        
        
        Read the original article
        Hit count: 258
        
I use MySQL and it gives no meaningful error messages beyond "syntax wrong close to something or other". This is in sharp contrast to the sort of nice, clear error messages we are used to getting from java compiler and similar. So, are there RDBMS or sql validation tools that provide clearer, meaningful error messages?
© Stack Overflow or respective owner