https://learninghub.kx.com/forums/topic/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 t
This is not working.
Please help me out here guys:)