Użyj trim() , który występuje w 3 wersjach smakowych:
select trim(leading CHAR(0x00) from data)
lub
select trim(trailing CHAR(0x00) from data)
lub
select trim(both CHAR(0x00) from data)
Użyj trim() , który występuje w 3 wersjach smakowych:
select trim(leading CHAR(0x00) from data)
lub
select trim(trailing CHAR(0x00) from data)
lub
select trim(both CHAR(0x00) from data)