sql:column

Identifies the name and value of a column to be included in an INSERT or UPDATE statement.

Attributes

name

eqname

The name of the column.

select?

expression

The value may be indicated either by evaluating the expression contained in the select attribute, or as the expanded contents of the sql:column element. The value is always interpreted as a string.

See also

sql:insert

sql:update