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 ...
1.4m articles
1.4m replys
5 comments
57.0k users