In my database, there is a table that provides no result whenever I issue a query through the command line.
For example, if I type:
select * from <table>
Nothing happens. The terminal stops responding until I press ^C
to cancel the request.
All the other tables work fine, I am not sure what is causing this error. It just started happening out of nowhere.