Apache Presto - 数学函数 random(x)

结果会生成一个随机数。

查询

presto:default> select random(6) as random_value; 
random_value 
-------------- 
    2 

apache_presto_sql_functions.html