Agregate rows in Oracle SQL statement - by kilikopela Hi, I have a table of items stored this way : A1 | B1 A1 | B2 A1 | B3 A2 | B1 A2 | B4 ... And I need to retrieve with a SQL Query : A1 | B1, B2, B3 A2 | B1, B4 ... Read the article