Open topic with navigation
Replaces part of a string with another string and returns the new string as an octet value.
OVERLAYB ( input‑string, replace‑string, position [, extent ] )
SELECT OVERLAYB('ABCDEFG', 'xxx', 2);
Returns: AxxxEFG
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.