Subject | Re: Aliases in select in stores procedure |
---|---|
Author | ygboro |
Post date | 2007-10-02T00:38:33Z |
--- In firebird-support@yahoogroups.com, Alexandre Benson Smith
<iblist@...> wrote:
<iblist@...> wrote:
>Yes, you are right. Thank you, Alexandre.
> try this one:
>
> select fl.rdb$field_length
> from rdb$relation_fields rf
> join rdb$fields fl
> on rf.rdb$field_source = fl.rdb$field_name
> where rf.rdb$relation_name = :ctable and rf.rdb$field_name = :cfield
> into :nlength;