I have a table with employee names and their wages. Now I want to concatenate them in a column. So far so good.
But instead of the normal number (ex. $1200) it needs to show me in the query a star (*) for every $100.
The result should look like this:
Employees and their wage
Smith, **********
Jonson, ******************
Sanchez, *************
I have searched everywhere with every search term which came to my mind. Can it be that it is not possible in Oracle SQL Developer? I use database 11g.
I would be happy if someone could direct me to the right answer. Thanks in advance.