> select *
> from rdb$user_privileges u
> where u.rdb$field_name is not null
>   and not exists(select * from rdb$relation_fields rf
>                  where u.rdb$relation_name = rf.rdb$relation_name
>                    and u.rdb$field_name = rf.rdb$field_name)


I copied the database from the server, ran it locally and deleted the one 
record.  It fixed the problem.

Thank you!

Ed Dressel

Reply via email to