Quantcast
Channel: Comments on: SQL SERVER – Removing Leading Zeros From Column in Table
Browsing latest articles
Browse All 43 View Live

By: Pinal Dave

I am glad that it helped you SS.

View Article



By: steve park

Hi Pinal, I have an issue with Oracle dropping my leading zeroes and adding them to the end for some reason. The column is number column. In udb the data is fine but once in oracle the values change.....

View Article

By: Pinal Dave

Steve – I have very limited knowledge of Oracle and I have no idea about the issue which you are facing.

View Article

By: sanjay

hi pinal – I have one issue i.e I want to remove top 3 leading zeros from a string in sql. ex: 001,012,0002,00004 then I need the result as 1,12,2,04

View Article

By: swaroop

SELECT SUBSTRING(‘AA04066’, PATINDEX(‘%[^0 ]%’, ‘AA04066’ + ‘ ‘), LEN(‘AA04066’)) I need output 4066, how can i do it?

View Article

Browsing latest articles
Browse All 43 View Live




Latest Images