Använd trim() , som finns i 3 smaker:
select trim(leading CHAR(0x00) from data)
eller
select trim(trailing CHAR(0x00) from data)
eller
select trim(both CHAR(0x00) from data)
Använd trim() , som finns i 3 smaker:
select trim(leading CHAR(0x00) from data)
eller
select trim(trailing CHAR(0x00) from data)
eller
select trim(both CHAR(0x00) from data)