Forum Discussion
sendilc
3 years agoFrequent Visitor
Adding columns dynamically based on availability
Hi, I have a situation where I need to add columns dynamically if the column is not available. Say for e.g. I have 4 predefined columns [A, B, C, D] and I have a table "Data" with columns [Sno, Dat...
- 3 years ago
Hi sendilc ,
I'd just predefine all the columns that should be present in a blank table, then append the actual imported table onto it.
Here, Chris Webb explains it better than me:
Pete