btrim « String Functions « PostgreSQL






1.Remove the longest string consisting only of bytes in bytes from the start and
2.btrim(s [, t]): Returns character string s
3.btrim('123example 332', '123')