Subject rdb$db_key inside view
Author Danny García Hernández
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