Subject | Re: Dynamic ORDER BY in SP |
---|---|
Author | Adam |
Post date | 2007-01-10T02:53:45Z |
--- In firebird-support@yahoogroups.com, Vlad Orlovsky
<vlad.orlovsky@...> wrote:
Adam
<vlad.orlovsky@...> wrote:
>DOMAINs for table columns?
> Thanks Adam.
>
> Do you know if there is a performance hit of any kind when using
>If there is I have never noticed it.
> For example:
>
> SELECT SUM(SIZE) FROM DIRS
>
> for SIZE(INTEGER NOT NULL) vs SIZE(DOM_PRI_KEY)
>
> where DOMAIN DOM_PRI_KEY AS INTEGER NOT NULL
Adam