Forum Discussion

luanamoreschi's avatar
luanamoreschi
Frequent Visitor
2 years ago

Dynamically rename columns using text manipulation functions and conditional logic

Hello everyone, My database presents sales for each month in this format: SELECT Sales_ActualMonth, SalesLast1Months, SalesLast2Months and so forth. I'm looking for a way to dynamically rename co...