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?

2 Replies
like-gold•2y ago
Can you try both
select * from "Todo";
select * from "public"."Todo";harsh-harlequinOP•2y ago
Both are working. Thank you so much!! Really appreciate it!