The current SQL grammar has some ambiguities that show up when switching ANTLR prediction mode from SLL to LL_EXACT_AMBIG_DETECTION which indicates some cruft.
While not a show-stopper, this can impact future grammar extensions (as the ambiguities tend to grow in scope along with the grammar itself).