-
from hive_table;hive_table
-
from hive_table where name = 'xxx' or name = 'yyy'
-
from hive_table where name = ["xxx", "yyy"]
-
from hive_table where name LIKE '*_xxx'
-
hive_db where name like "???dm?*"
-
hive_column where table.name = "dim_zdm_shequ_pub"
-
hive_column where columns.name="article_id"
-
hive_column where Dimension.priority = "high"
-
from hive_table where createTime < '2018-01-01' and createTime > '2017-01-01'
-
from hdfs_path where isFile = true or name = "Invoice"
-
hive_table has owner(owner是hive_table的一个属性
-
from hive_