Forum Discussion
Anonymous
7 years agoNot applicable
Add new column in table with same value for all rows
How Can I add a column in a table with same value for all rows?
- Anonymous7 years ago
Is not that simple?
Click add calculated column and use formula something like this...
ColumnName = <value>
<value> is any value that you want to repeat for all rows.
2 Replies
- AnonymousNot applicable
Is not that simple?
Click add calculated column and use formula something like this...
ColumnName = <value>
<value> is any value that you want to repeat for all rows.
- AnonymousNot applicable
Thank you -:)