SQL output control question
Hi there,
I am a system administrator in a federal agency, so I am not that good with SQL. However, as federal government is cutting the budget, I have to take on some project from Treasury. I have a SQL output question. Let's say I have two columns and 3 rows and the output is following (I will use DBMS_OUTPUT.PUT_line to arrange them):
A, 1
A, 2
B, 3
I just wonder if it is possible to make the output like this (it is not a suppression and the 1st column/2nd row has nothing, not a null value) :
A, 1
2
B, 3