当我尝试使用Python从数据库中获取行时,为什么会出现错误?

时间:2018-10-10 20:02:11

标签: python python-3.x postgresql asyncpg

我需要从数据库中获取具有所需参数的行。我正在使用asycpg与Postgresql一起工作 这是我的代码:

row = await connection.fetchrow('SELECT * FROM ' + self.game_name +' WHERE full_url = $1', full_url)

启动脚本时,出现此错误:

enter image description here

出什么问题了? PS我正在使用python3

0 个答案:

没有答案