Rownum in postgresql January 18, 2023 by Tarik Postgresql > 8.4 SELECT row_number() OVER (ORDER BY col1) AS i, e.col1, e.col2, ... FROM ...