我在 postgreSQL 中有一个数据库。我想从那里读取一些数据,但是column anganridref does not exist
当我执行我的命令时出现错误()。
这是我的 NpgsqlCommand:
cmd.CommandText = "select * from angebot,angebotstatus,anrede where anrid=anganridref and anstaid=anganstaidref";
和我的 3 张桌子
我的专栏名称是权利。所以我不明白为什么会出现这个错误。有人可以解释一下为什么它会崩溃吗?它不是大小写的问题。