Subject Re: [firebird-support] question table numbers in select
Author Ann Harrison
On Wed, May 8, 2013 at 10:31 AM, Olaf Kluge <olaf.kluge@...> wrote:

>
> I would like to assign a element-group to an table. For example group valve
> - table t_valve. Now I can realize this with an statement, but perhaps I
> can
> assign the table not by its name, rather with its table ID? Maybe I can
> select the ID and. "select * from TABLEID where xxx"?
>

I'm not sure I understand what you're asking, but if you want to reference
a table by it's RDB$RELATION_ID, don't do it. Those values are not
stable across a backup/restore. SQL gave you names. Use them.

Good luck,

Ann


[Non-text portions of this message have been removed]