dropbox / dropbox/PyHive

分号 ; missing EOF

Open
#354 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.