Skip to main content

Column

Goal

Write mask rule logic to

  • put values into a table column, taken from another column of the same table.

Ano Structure and Example

      ...
mask <column>
format %s
column <another-column>
...
  • <column> defined after mask receives the values from another-column defined after column
  • Make sure <column> and another-column is in the same table.