分号 ; missing EOF
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 545
- PR merge metrics
- No merged PRs in 30d
Description
HELLO
I run cursor.execute('select 1 ;') is error;but I run cursor.execute('select 1 ;') is right .
I want write all sql in one file, then use python run all sql.
chinese:
我想实现的功能是,把所有的sql写到一个文本文件中,然后用python读取sql文件,然后运行。这个时候sql里面肯定要用到分号(;)
,但是现在会报错missing EOF ,请问这个问题应该怎么解决?????
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.