Subject Re: [firebird-support] Who owns a view?
Author Helen Borrie
At 11:59 PM 29/02/2004 +0000, you wrote:
>Hi,
>
>Is there a way to know the onwer of a view in FB1 / FB1.5 ?
>
>Clément

select rdb$owner_name from rdb$relations
where rdb$relation_name = 'SOME_VIEW'

/heLen