Details
Description
Query:
select * from sample_07 limit 4;
Save result as a table, browse data: all data from sample_07 is there (and not only 4 rows)
Query:
select description, salary from sample_07 limit 4;
Save result as a table, browse data: empty