I am trying to alter my cassandra tables starting with a specific name. My table starts with sample_1,sample_2,sample_13567,sample_adgf and so on... The table names are random but starting with same prefix.
I want to add a new column to all these tables. Can some one suggest me the update query using the regex for table names.