create table source (
id int
) with (
type='jdbc',
username='us',password='ab\'c'
);


Luna Wong <gfen...@gmail.com> 于2021年5月27日周四 下午4:02写道:

> create table source (
> id int
> ) with (
> type='jdbc',
> username='us',
> password='ab'c'
> );
>
> 例如上面DDL密码的值需要 ' 单引号。这种应该怎么解决?
>

回复