Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by RaghothamMurthy: http://wiki.apache.org/hadoop/Hive/LanguageManual/Select ------------------------------------------------------------------------------ ] [LIMIT number] }}} - + * A SELECT statement can be part of a [wiki:Self:Hive/LanguageManual/Union union] query or a [wiki:Self:Hive/LanguageManual/SubQuery subquery] of another query. * table_reference indicates the input to the query. It can be a regular table, a [wiki:Self:Hive/LanguageManual/Joins join construct] or a [wiki:Self:Hive/LanguageManual/SubQuery subquery]. * Simple query. For example, the following query retrieves all columns and all rows from table t1. {{{
