How to pass a sql string from python to executable file

后端 未结 0 1895
名媛妹妹
名媛妹妹 2021-01-13 22:46

I have a python script that generates a simple sql as string.

SQL = “select a, b, ‘apples’ as Name”

And I would like to pass this string (sql) to an exe file (

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