我刚接触pgAdmin,所以我真的不知道导致这些错误的原因:
ERROR: relation "ongoingprojects" does not exist
LINE 1: SELECT * FROM ongoingProjects;
^
********** Error **********
ERROR: relation "ongoingprojects" does not exist
SQL state: 42P01
Character: 15
Run Code Online (Sandbox Code Playgroud)
即使模式中存在函数/视图.为什么会出错?我应该怎么做才能解决这个问题?