我想用方法替换将字符串更新为另一个字符串。我已经用 MYSQL 更新成功,但是 cassandra,我有一个错误。谢谢大家!
This is commandline with MySQL:
update table_1
set field_1 = replace(field_1, 'hello', 'bonjour') where user_id = 9999;
我想用方法替换将字符串更新为另一个字符串。我已经用 MYSQL 更新成功,但是 cassandra,我有一个错误。谢谢大家!
This is commandline with MySQL:
update table_1
set field_1 = replace(field_1, 'hello', 'bonjour') where user_id = 9999;