I have local database in postgres. In which single table contains data of "74980435".
When I have tried to execute SELECT
query it is throwing this error:
"could not write block 657567 of temporary file: No space left on device".
I am trying to execute select query in Laravel.
Can anyone help me?