Subject | Re: selecting a field by name (using a var) |
---|---|
Author | karolbieniaszewski |
Post date | 2011-11-14T10:40:53Z |
--- In firebird-support@yahoogroups.com, "Sergio H. Gonzalez" <shg_sistemas@...> wrote:
select t.Field1 FROM my_table t where t.ID=5
why you need SP for this if you can do select?
Karol Bieniaszewski
>normal select not SP..
> 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]
>
select t.Field1 FROM my_table t where t.ID=5
why you need SP for this if you can do select?
Karol Bieniaszewski