How to Select Every Nth Row in PostgreSQL September 1, 2022September 1, 2022 Sreeram Sreenivasan Leave a comment PostgreSQL Sometimes you may need to select every nth row from a PostgreSQL table. Here are the steps to do it. Continue reading