How to truncate the first character of the entire column

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anand2220
    New Member
    • Jun 2013
    • 1

    How to truncate the first character of the entire column

    How to truncate the first character of the entire column with leading zeros intact.

    Ex:
    Input:
    '00123
    '00234
    '00345

    output:
    00123
    00234
    00345
Working...