btrim('123example 332', '123') : btrim « String Functions « PostgreSQL






btrim('123example 332', '123')

postgres=#
postgres=# SELECT btrim('123example 332', '123') AS trim_numbers;
 trim_numbers
--------------
 example
(1 row)

postgres=#

           
       








Related examples in the same category

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