How to show row numbers in PostgreSQL query?

Viewed 100198

I'd like to show the observation number for each record returned by a PostgreSQL query.

I think in 8.4 windowing functions can perform this capability.

2 Answers
Related