update 表名 set 列名=想改的值 例子: 数据库表 Card 中的某列名为date ,列中的数据都不相同,把这一列的所有数据都改为2013 update Card set Date=2013 <wbr></wbr>