Apache Presto - replace(string)



Query

presto:default> select replace('cat','c','r') as string_replace; 

Result

 string_replace 
---------------- 
      rat
apache_presto_sql_functions.htm
Advertisements