-
update column name in partitioned table
I have a partitioned table t with columns date, class, nan. I want to update the column “nan” to “name”.
I am trying this: `date`class`name xcol tThis is not working.
Please help me out here guys:)
Log in to reply.