无法使用python从数据库中选择一千万行

2024-10-02 00:30:44 发布

您现在位置:Python中文网/ 问答频道 /正文

我目前正在尝试使用python库pyodbc加载一千万行数据。考虑下面的例子,customer表有超过一千万行,请注意jeetl:

results = jeetl.dw_command_cursor("select * from Customer")

如果我把它限制在一百万行,但只剩下十行,那么上面的工作就很好了,有没有解决方法呢? 以下是我看到的错误消息:

^{pr2}$

提前谢谢


Tags: 数据方法from消息错误customerselectcursor

热门问题