Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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?
  • Anonymous's avatar
    Anonymous
    7 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.