开发者

Replacing quotes powershell. Error unterminated quotes oracle error

开发者 https://www.devze.com 2023-03-28 11:26 出处:网络
I have names like so O\'KEEFE,D\'ASARO And i have tried the code below with noluck $SurnameReplacequote = $Surname.Replace(\"\'\",\"开发者_StackOverflow中文版 \'\' \")

I have names like so O'KEEFE,D'ASARO

And i have tried the code below with noluck

 $SurnameReplacequote = $Surname.Replace("'","开发者_StackOverflow中文版 '' ")
 $FirstNameReplacequote = $FirstName.Replace("'"," '' ")

And I'm trying to insert some data to an Oracle table using powershell/

Thanks in Advance

0

精彩评论

暂无评论...
验证码 换一张
取 消