Subject | rdb$db_key inside view |
---|---|
Author | Danny García Hernández |
Post date | 2002-09-06T17:16:15Z |
hello list:
i have created the following view:
create view view_clients (
dbkey,
client,
name)
as
select c.rdb$db_key,client,name from clients
that is ok!!!
the view is working fine for all clients table column, but is lying with the
rdb$db_key value, this appears like symbols.
i would like what is happen!!!
thanks in advanced
danny
i have created the following view:
create view view_clients (
dbkey,
client,
name)
as
select c.rdb$db_key,client,name from clients
that is ok!!!
the view is working fine for all clients table column, but is lying with the
rdb$db_key value, this appears like symbols.
i would like what is happen!!!
thanks in advanced
danny