1.分析
更新语句为update 表明 set 字段=
其中,设为null值的话是不用加引号的。

2.代码

UPDATE titles_test
SET to_date = NULL,
    from_date = "2001-01-01"