Hive – DISTINCT
select DISTINCT in HIVE DISTINCT keyword is used in SELECT statement in HIVE to fetch only unique rows. The row does not mean entire row in the table but it means “row” as per column listed in the SELECT statement. […]
Read moreSQL on Hadoop with Hive, Spark & PySpark on EMR & AWS Glue
SQL on Hadoop with Hive, Spark & PySpark on EMR & AWS Glue