The number of rows to update doesn't match the length of new values

我遇到一个update语句的错误,如果有时间值,就会报错,请问一下,timestamp要怎么插入到update语句中?

```


update shorts set high = 24.22, low = 22.60, start_time = 2021-4-26 07:00:00 where seq == 547 => The number of rows to update doesn't match the length of new values.

```

请先 登录 后评论

1 个回答

wale

把时间值改成2021.04.26T07:00:00

请先 登录 后评论