You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create table t1 (n1 integer);
commit;
select * from rdb$fields where rdb$field_name = 'RDB$1';
-- 1 record
select * from rdb$user_privileges where rdb$relation_name = 'RDB$1';
-- 1 record
drop table t1;
commit;
select * from rdb$fields where rdb$field_name = 'RDB$1';
-- 0 record
select * from rdb$user_privileges where rdb$relation_name = 'RDB$1';
-- 1 record