simpleSqlParser
                                
                                
                                
                                    simpleSqlParser copied to clipboard
                            
                            
                            
                        can not use. Too much defects .
can not use. Too much defects .
- does not support comment
 - does not support LEFT OUT JOIN
 - does not support nested table SELECT * FROM (SELECT A FROM C)
 - ......
 
Hi!
You are right, these 3 features are not supported yet. As I wrote in the readme file:
simpleSqlParser is not a full SQL parser! It only support few SQL mechanisms and keywords. Feel free to make a pull request/issue.
simpleSqlParser is built empirically, because I originally needed only a few queries/keywords support. If you need more, please open a pull request or an issue and I'll try to help!
Also, did you try v1 or v2?