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)