How to use variables in HIVE Query
While working on HIVE, you may want to use variables in the query to get results. A good coding practice is not to hardcode values in the query itself so we should know how to use variables in the HIVE query. Hive variables can be referred using “hivevar” keyword.We can set value of HIVE variable […]
How to use variables in HIVE Query Read More »