Apache Presto - render(x, color)



Query

presto:default> select render(7,rgb(255,0,0)) as render_color; 

Result

 render_color 
-------------- 
      7
apache_presto_sql_functions.htm
Advertisements