SQL 字符串处理
Last updated
Last updated
lower(string)
支持的引擎:
对应的 Python 操作:str.lower()
trim(string)
支持的引擎:
对应的 Python 操作:str.strip()
array_join(array, sep, null_replacement)
支持的引擎:
对应的 Python 操作:sep.join(array)
substr(string, start)
regexp_extract(string, pattern)
regexp_extract_all(string, pattern)