How to query only a few rows
For a table with millions of rows, I want to sample a few rows to have some general idea of the data.
Is there any general way to get specif rows? For example, can I only query the first or last 20 rows of the table?
Please assume I have no specific criteria as filter.
Thanks a lot!