String Operators and Functions (PostgreSQL)
Just like we can use operators to work with numbers, SQL also provides operators and functions to work with strings.
Using these, we can:
join strings together
change text to uppercase or lowercase
find the length of a string
In this section, we...
innosufiyan.hashnode.dev3 min read