0
votes
2answers
1k views
Getting only one row in outer join using oracle
I've got a table and want to outer-join another table, getting only the first row (the one with lowest nr) of the second table using Oracle 10g.
Edit: nr is unique within a …
