小编Bla*_*ack的帖子

PostgreSQL中的SELECT查询

我试图使用WHERE子句从变量中的PostgreSQL数据库中检索值,但我收到一个错误.

查询是:

select age into x from employee where name=name.GetValue()
Run Code Online (Sandbox Code Playgroud)

name 是我从wxpython GUI输入值的textcontrol.

我收到错误,因为名称架构不存在.

检索值的正确方法是什么?

postgresql wxpython

1
推荐指数
1
解决办法
182
查看次数

标签 统计

postgresql ×1

wxpython ×1