which RDBMS or other tool provides good SQL syntax error messages?
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 开发者_Go百科we are used to getting from java compiler and similar. So, are there RDBMS or sql validation tools that provide clearer, meaningful error messages?
I've found Postgres errors to be fairly helpful. Sometimes you have to google them to discover what they really mean, but there's many more than just 'syntax wrong', and they are all fairly specific.
精彩评论