MySQL Forums
Forum List  »  Newbie

Getting output as per the column content
Posted by: chinmay panda
Date: July 14, 2016 11:47AM

Hello,

I have a column code in table xyz which looks like this

select code from xyz;

code
---------------
abc
.abc
.abc
..abc
...abc
.abc

now i want to add one column level which counts the number of dots(.) prefixed.

level
---------
0
1
1
2
3
1

Once the LEVEL numbers are established, the 'dots'(...) preceding the values in the column CODE are removed.
so the column code will be without dots.


Hope this is clear enough.

Thanks
Chinmay

Options: ReplyQuote


Subject
Written By
Posted
Getting output as per the column content
July 14, 2016 11:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.