Before WHERE it has to warn about comma: ``` sql UPDATE `tb_test` SET `name` = 'value_types', WHERE `id` = '1'; ```