Relation does not exist

i am getting this error : postgresql faild after runing this query: SELECT * FROM users, please i need help what wrong

1 Like

some times it might just be you are using the wrong name , postgres is case sensitive , maybe you should check the name , i am very sure the query will be something like this below

SELECT FROM Users

please check

2 Likes

thank you sir, haha , it worked i thought it was a big error

no problem! i am glad it worked!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.