我使用的是 PostgreSQL 12,是否可以对生成的列使用查询?
我的意思是,在列创建中使用
GENERATED ALWAYS AS (some query) STORED
postgresql calculated-columns
calculated-columns ×1
postgresql ×1