Subject | Re: [firebird-support] 1=1 in where gets a bad performance |
---|---|
Author | Helen Borrie |
Post date | 2008-11-14T22:43:30Z |
At 04:33 AM 15/11/2008, you wrote:
I'm just curious to know how your date literal format managed to get through without an exception...
./heLen
>I have a simple sql statement:See Set's comments - fix up your wizard so that it doesn't inject spurious search arguments.
>
>select
>sum(paritypos)
>from ParityEx
>where BeginParityDate between '2007/12/01' and '2008/11/30'
>
>It takes 400 mseg for 6000 records.
I'm just curious to know how your date literal format managed to get through without an exception...
./heLen