String Type#

A string is a sequence of bytes or characters, enclosed within either single quote (') or double quote (") characters. Examples:(https://zh.wikipedia.org/wiki/characters)

'a string'
"another string"

type

size

use

STRING

2M

Variable-length character strings