我试图使用WHERE子句从变量中的PostgreSQL数据库中检索值,但我收到一个错误.
查询是:
select age into x from employee where name=name.GetValue()
name 是我从wxpython GUI输入值的textcontrol.
name
我收到错误,因为名称架构不存在.
检索值的正确方法是什么?
postgresql wxpython
postgresql ×1
wxpython ×1