I would like to update the table so it has error message at EOD savedown. The goal is to have different type of data than the assigned type in the same column.
eg.
update col:5i from `t where i = 0
However, i got type error. Any idea how I should update the different type of data to those columns?