【发布时间】:2022-11-22 19:42:17
【问题描述】:
【问题讨论】:
-
您使用的是哪个数据库管理系统?
-
我正在使用大查询
标签: sql google-bigquery multiple-columns
【问题讨论】:
标签: sql google-bigquery multiple-columns
尝试使用computed column之类的东西
alter table yourtablename add Release_Year as year(Release_Date)
【讨论】: