Forum Discussion
lkshck
Helper III
4 years agoAdd new Row to existing table with null Values
Hey, I'm having a table from Azure Cost Management with 54 columns and I want to add a custom Row to the table with a credit value in the Cost column and a date value in the Date column. All other c...
- 4 years ago
lkshck , Create a new table(enter data) with required column name and append it
amitchandak
Super User
4 years agolkshck , Create a new table(enter data) with required column name and append it
- lkshck4 years ago
Helper III
Do I need to create the new Table only with the Columns which need to be filled or does all Columns need to exist in the new one?