N
Neon2y ago
harsh-harlequin

PSQL CLI Help Needed

I have connected my neon db using psql cli. Now when I try to access the contents of any table it shows relation does not exist. However on my neon db, I can see all the table data. Can someone explain what the problem is?
No description
2 Replies
like-gold
like-gold2y ago
Can you try both select * from "Todo"; select * from "public"."Todo";
harsh-harlequin
harsh-harlequinOP2y ago
Both are working. Thank you so much!! Really appreciate it!

Did you find this page helpful?