sqlparser
                                
                                 sqlparser copied to clipboard
                                
                                    sqlparser copied to clipboard
                            
                            
                            
                        not support field chinese and dbs function
this sql contain chinese field alias
select 1 as 测试 from dual
report
panic: syntax error at position 15 near � [recovered]
this sql contain dbs function
select 1 from dual where utl_encode.base64_decode(rawtohex(1))
report
panic: syntax error at position 52 [recovered]