Subject Re: selecting a field by name (using a var)
Author karolbieniaszewski
--- In firebird-support@yahoogroups.com, "Sergio H. Gonzalez" <shg_sistemas@...> wrote:
>
> Hi Karol! Sorry bat I don't know how to do it with a normal select...
> how would it be?
> -s
>
>
> [Non-text portions of this message have been removed]
>


normal select not SP..
select t.Field1 FROM my_table t where t.ID=5
why you need SP for this if you can do select?

Karol Bieniaszewski