(No version information available, might only be in Git)
TableUpdate::set — 添加要更新的字段
说明
public mysql_xdevapi\TableUpdate::set(string $table_field, string $expression_or_literal): mysql_xdevapi\TableUpdate
更新表中记录的列值。
参数
table_field
要更新的列名。
expression_or_literal
要在指定列上设置的值。
返回值
TableUpdate对象。