View and edit SQL

0 records

CREATE VIEW "is_locally_small" AS select name from categories where exists (select 1 from enrichments where category = name and homs = "Set");