I'm a windows user and trying to connect my db in Heroku.
so after entering heroku pg:psql, I had the access to my database.
I created a table without any errors. So now I want to check my table data.
But after running
kqhwudhkquwd=> select * from users;
'more' is not recognized as an internal or external command
I get this error. It seems the SELECT command doesnt work. Pls help thanks