Apache Presto - trim (chaîne)
Requete
presto:default> select trim('Presto') as string_trim;
Résultat
string_trim
-------------
Presto
presto:default> select trim('Presto') as string_trim;
string_trim
-------------
Presto
