Avatar of Sam OZ
Sam OZ
Flag for Australia

asked on 

oracle sql query to replace leading doubling 0

I have an oracle table TB-Tag with column tagno
sample entreis
00tag1
0tag2
1tag3
3tag00
I am looking an sql that should shold
show tagno with leading 00 replaced as 0
result should show as
0tag1
0tag2
1tag3
3tag00
SQLOracle Database

Avatar of undefined
Last Comment
slightwv (䄆 Netminder)

8/22/2022 - Mon