In this part, we'll teach you some basic PostgreSQL string functions. They'll help you manipulate text values in your queries, and you'll learn how to: Concatenate (combine) multiple text values into ...
OCT() Return a string containing octal representation of a number UNHEX() Return a string containing hex representation of a number TO_BASE64() Return the argument converted to a base-64 string ...