Problem while adding a derived data column

后端 未结 0 1376
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-02 20:03
CREATE TABLE tl (
joining_date date,
experience int GENERATED ALWAYS AS (case when joining_date is not null then age (current_date, joining_date) ) STORED
);
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题