Star
3
Fork
18
代码
介绍
代码
Issues
34
Pull Requests
4
流水线
Actions
讨论
Wiki
项目成员
298
分析
项目设置
Star
3
Fork
18
master
openGauss-tools-chameleon
/
pg_chameleon
/
sql
/
tests
/
03_update.sql
下载
totaj
First commit. Original code from pg_chameleon github.
541d4547
创建于
2021年6月10日
历史提交
UPDATE
test
SET
value2
=
'world'
WHERE
value1
=
'hello'
;