Funzioni stringa
CHAR, CONVERT, CONCAT, PAD, REGEXP, TRIM, etc...
-
ASCII
Syntassi ASCII(str) Spiegazione Restituisce il valore numerico del caratter... -
BIN
Syntassi BIN(N) Spiegazione Restituisce una rappresentazione stringa del va... -
L'operatore BINARY
Syntassi BINARY Spiegazione L'operatore BINARY converte la stringa che si t... -
BIT_LENGTH
Restituisce la lunghezza di una stringa in bit -
CAST
Syntassi CAST(espr AS tipo) Spiegazione La funzione CAST() accetta un valor... -
La funzione CHAR
Syntassi CHAR(N,... [USING set_di_caratteri]) Spiegazione CHAR() interpreta... -
CHARACTER_LENGTH
Syntassi CHARACTER_LENGTH(str) Spiegazione CHARACTER_LENGTH() è un sinonimo di CHAR_LENGTH(). -
CHAR_LENGTH
Syntassi CHAR_LENGTH(str) Spiegazione Restituisce la lunghezza della string... -
CONCAT
Syntassi CONCAT(str1,str2,...) Spiegazione Restituisce la stringa risultant... -
CONCAT_WS
Sintassie CONCAT_WS(separatore, str1, str2,...) Spiegazione CONCAT_WS() sta... -
CONVERT
Syntassi CONVERT(espr, tipo), CONVERT(espr USING nome_transcoding) Spiegazi... -
ELT
Restituisce l'elemento N da un insieme di stringhe -
EXPORT_SET
Restituisce una stringa in cui ad ogni bit vero corrisponda una stringa on,... -
EXTRACTVALUE
Restituisce il testo del primo nodo testuale che corrisponde all'espressione XPath -
FIELD
Restituisce l'indice (posizione) di str nella lista str1, str2, str3, ... -
FIND_IN_SET
Restituisce la posizione di una stringa in un insieme di stringhe -
FORMAT
Sintassi FORMAT(X, D) Spiegazione Formatta il numero X perché corrisponda a... -
HEX
Sintassi HEX(N_o_S) Spiegazione Se N_o_S è un numero, restituisce la rappre... -
La funzione INSERT
Sintassi INSERT(str, pos, len, newstr) Spiegazione Restituisce la stringa s... -
INSTR
Restituisce la posizione di una stringa in una stringa -
LCASE
Sintassi LCASE(str) Spiegazione LCASE() è un sinonimo di LOWER(). -
LEFT
Restituisce gli N caratteri che si trovano più a sinistra nella stringa -
LENGTH
Sintassi LENGTH(str) Spiegazione Restituisce la lunghezza della stringa str... -
LIKE
Restituisce se la stringa corrisponde a un pattern -
LOAD_FILE
Sintassi LOAD_FILE(nome_file) Spiegazione Legge il file specificato e ne re... -
LOCATE
Restituisce la posizione di una stringa in una stringa -
LOWER
Sintassi LOWER(str) Spiegazione Restituisce la stringa str con tutti i cara... -
LPAD
Restituisce la stringa, allungata a sinistra con un'altra stringa della lunghezza specificata -
LTRIM
Restituisce la stringa dopo aver rimosso le spaziature iniziali -
MAKE_SET
Costruisce un insieme di stringhe che corrisponde a una data maschera di bit -
MATCH AGAINST
Sintassi MATCH (col1, col2, ...) AGAINST (espr [modificatore]) Spiegazione ... -
Stopword
Lista predefinita delle stopword utilizzate da MATCH...AGAINST -
MID
Sintassi MID(str, pos, len) Spiegazione MID(str,pos,len) è un sinonimo di SUBSTRING(str,pos,len). -
NOT LIKE
Sinstassi expr NOT LIKE pat [ESCAPE 'escape_char'] Spiegazione Equivale a N... -
NOT REGEXP
Sintassi expr NOT REGEXP pat, expr NOT RLIKE pat Spiegazione Equivale a NOT (expr REGEXP pat). -
La funzione REPEAT
Sintassi REPEAT(str, count) Spiegazione Restituisce una stringa che consist... -
La funzione REPLACE
Sintassi REPLACE(str, da_str, a_str) Spiegazione Restituisce la stringa str... -
OCTET_LENGTH
Sintassi OCTET_LENGTH(str) Spiegazione OCTET_LENGTH() è sinonimo di LENGTH(). -
ORD
Sintassi ORD(str) Spiegazione Se il carattere più a sinistra della stringa ... -
POSITION
Restituisce la posizione di una sottostringa in una stringa -
QUOTE
Restituisce una stringa tra virgolette e con i caratteri di escape -
REGEXP
Sintassi espr REGEXP pat, espr RLIKE pat Spiegazione Effettua la ricerca di... -
REVERSE
Sintassi REVERSE(str) Spiegazione Restituisce la stringa str con l'ordine d... -
RIGHT
Restituisce gli N caratteri che si trovano più a destra nella stringa -
RPAD
Restituisce la stringa, allungata a destra con un'altra stringa della lunghezza specificata -
RTRIM
Restituisce la stringa dopo aver rimosso le spaziature finali -
Espressioni per le funzioni regolari
MariaDB include un certo numero di funzioni per le espressioni regolari. -
FROM_BASE64
Decodifica una stringa base-64 -
SOUNDEX
Sintassi SOUNDEX(str) Spiegazione Restituisce una stringa soundex calcolata... -
SOUNDS LIKE
Sintassi espr1 SOUNDS LIKE espr2 Spiegazione Equivale a SOUNDEX(espr1) = SO... -
SPACE
Sintassi SPACE(N) Spiegazione Restituisce una stringa composta da N spazi. Esempi MariaDB [ -
STRCMP
Sintassi STRCMP(espr1, espr2) Spiegazione STRCMP() restituisce 0 se le stri... -
SUBSTR
Restituisce una sottostringa ricavata da una stringa, a partire dalla posizione specificata -
SUBSTRING
Sintassi SUBSTRING(str,pos), SUBSTRING(str FROM pos), SUBSTRING(str,pos,l... -
SUBSTRING_INDEX
Restituisce la sottostringa ricavata da una stringa prima di n occorrenze di un delimitatore -
TO_BASE64
Codifica una stringa in base-64 -
TRIM
Restituisce una stringa senza prefissi e suffissi -
UCASE
Sintassi UCASE(str) Spiegazione UCASE() è sinonimo di UPPER(). -
UNHEX
Sintassi UNHEX(str) Spiegazione Effettua l'operazione inversa rispetto a HE... -
UPDATEXML
Sintassi UpdateXML(xml_target, xpath_expr, new_xml) Spiegazione Questa funz... -
UPPER
Sintassi UPPER(str) Spiegazione Restituisce la stringa str dopo aver conver... -
WEIGHT_STRING
Peso della stringa in input
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.