Using the Values clause, you can specify a comma-separated list of explicit values to store in the new column.
The following example adds a temporary column to a table of "ward" regions. The values for the new column are explicitly specified, through the Value clause.
Open Table "wards"
Add Column wards(percent_dem)
Values 31,17,22,24,47,41,66,35,32,88