You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Pavan Kumar Prakash Savanur <pa...@gmail.com> on 2017/09/12 09:27:23 UTC

Skip rows while reading data from the table

Hello,

I am new to Hive. Is there a way to skip rows while reading a table. For
example, when I use select * from mytable, I want it to output while
skipping a few rows.

Thanks