Replacing Number with Asterisk
651686Jul 24 2008 — edited Jul 24 2008Hi,
I am faced with the issue of replacing a number with an asterisk. For example, in my table, I want to be able to show an asterisk for every $100.
So for example, if Joe had a salary of $500, it would show:
Joe *****
How would I get my Oracle SQL to display this? Replace function? LPAD?
Thanks in advance.