I have a table named Dummy as shown below:
No. Name
1 ABC
2 NMD
2 SDSDS
1 23ererer
Now i wanted to concat all Name
column with a given number
For ex. say No. is 1
i want ABC23ererer
as my output
This is to be done in ORACLE(SQL) without using PL-SQL.
How can this be done?