Luna Wong Thu, 27 May 2021 01:02:57 -0700
create table source ( id int ) with ( type='jdbc', username='us', password='ab'c' );
例如上面DDL密码的值需要 ' 单引号。这种应该怎么解决?