STR_TO_DATE

Sintassi

STR_TO_DATE(str, formato)

Spiegazione

Questa funzione è l'inverso di DATE_FORMAT(). Accetta una stringa str e una stringa formato. STR_TO_DATE() restituisce un valore DATETIME se la stringa formato contiene sia un orario sia una data, oppure un DATE o un TIME se la stringa contiene solo la data o solo l'orario.

I valori DATE, TIME o DATETIME contenuti in str devono essere nel formato indicato nell'argomento formato. Per conoscere gli specificatori da usare, si veda la funzione DATE_FORMAT(). Se str contiene un valore DATE, TIME o DATETIME non valido, STR_TO_DATE() restituisce NULL. In questo caso si riceve anche un warning.

Commenti

Sto caricando i commenti......
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.