I always think of using trim when I want to do this action but you don’t use trim you use substring to remove characters from a string like so:
substring('hello world', 6, 5)
I always think of using trim when I want to do this action but you don’t use trim you use substring to remove characters from a string like so:
substring('hello world', 6, 5)