能够设置脚本变量非常方便.例如,
SET start_date = 20151201;
SELECT*FROM some_table where date = {$ hiveconf:start_date};
Presto有这种能力吗?
presto
presto ×1