The result is:$parser = SQL::Parser->new( 'ANSI', {RaiseError=>0,PrintError=>1} ) $stmt = SQL::Statement->new( 'SELECT 1 AS A FROM DUAL', $parser )
I'm currently using the most up-to-date versions of SQL::Parser (1.13) and SQL::Statement (1.15).
Any thoughts as to how I can get around this error? Is it possible to identify these types of statements as valid to the parser? Do I need to filter out all static columns from my query?
Thanks in advance!
In reply to Static Data, SQL::Parser by CLovegren
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |