Skip to main content

Text Manipulation

Todo

  • CONCAT: Concatenates two or more strings into one.
  • CONCAT_WS: Concatenates two or more strings into one with a separator.
  • SUBSTR: Returns a part of a string.
  • REPEAT: Repeats a string a specified number of times.
  • REVERSE: Reverses the order of the characters in a string.