Skip to main content

i have a column name "S_id" which contains numeric & alphanumeric values

 

000001231231

0000sdfsdf231

 

here i want to remove remove zero from these values

1 answer
  1. Apr 8, 2022, 10:35 AM

    Hi Kuldeep,

     

    Please use the replace function:

     

    REPLACE([Field],'0','')

     

    Thanks,

     

    Mavis

0/9000