Is there any way to simulate rownum in postgresql ?
Postgresql > 8.4
SELECT row_number() OVER (ORDER BY col1) AS i, e.col1, e.col2, ... FROM ...
548k questions
547k answers
4 comments
86.3k users