trim() を使用します 、3つのフレーバーがあります:
select trim(leading CHAR(0x00) from data)
または
select trim(trailing CHAR(0x00) from data)
または
select trim(both CHAR(0x00) from data)
trim() を使用します 、3つのフレーバーがあります:
select trim(leading CHAR(0x00) from data)
または
select trim(trailing CHAR(0x00) from data)
または
select trim(both CHAR(0x00) from data)