VladislavsJ
Member
select * from my_table;
By default trying to fetch all records from table.
If there are a lot of records in my_table -> you will receive OUT OF MEMORY error.
By default trying to fetch all records from table.
If there are a lot of records in my_table -> you will receive OUT OF MEMORY error.