Removing the quotes from SQL Query

后端 未结 0 1321
臣服心动
臣服心动 2021-02-19 05:44

How do I remove the leading and trailing quotes in the query without getting an error. I have used

if string.startswith(\'"\'):
    string = string[1:]

if s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题