Gebruik trim() , die in 3 smaken verkrijgbaar is:
select trim(leading CHAR(0x00) from data)
of
select trim(trailing CHAR(0x00) from data)
of
select trim(both CHAR(0x00) from data)
Gebruik trim() , die in 3 smaken verkrijgbaar is:
select trim(leading CHAR(0x00) from data)
of
select trim(trailing CHAR(0x00) from data)
of
select trim(both CHAR(0x00) from data)