I am using the below code:
ALTER TABLE `trim-opus-308402.Covid_Dataset_SQL_Practice_24May21.Percentage vaccine`
ADD COLUMN Vaccine_Coverage numeric AS ((Rolling_vaccination / population)*100)
I am getting error message:
ALTER TABLE ADD COLUMN does not support generated columns yet at [2:12]