in reply to Re: Static Data, SQL::Parser
in thread Static Data, SQL::Parser
The DUAL was just used as an example as we have many queries which include staticly defined values.SELECT [static_value1] [AS] c1, [static_value2] [AS] c2, ... cn
I guess the fastest solution will be to strip out anything which may be a static define.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Static Data, SQL::Parser
by renodino (Curate) on May 08, 2007 at 02:36 UTC | |
by CLovegren (Novice) on May 08, 2007 at 08:21 UTC |