I am trying to create an external table in hive with the following query in HDFS. CREATE EXTERNAL TABLE `post` ( FileSK STRING, OriginalSK STRING, F
How to extract words before the first punctuation | in presto SQL? Table +----+------------------------------------+ | id | title |
If I enter the remote machine dlw2nia-bd01, and I execute beeline and I execute this connecting string !connect jdbc:hive2://dlw2nia-bd02.walgreens.com:2181,dlw
I have a table that is partitioned on one or more columns. I can do ... SHOW PARTITIONS table_db.table_1 which gives a list of all partitions like this, year=2
I am using HIVE and I have a table like this: S.no ID applicant_num f_name l_name Primary Key 1 123 202201A1 akhil yadav 123~&~akhil~&~yadav 2 123 2022
I have a json column called "schedule_info" with a format like the following: {schedule: [{"date":"2020-01-01"},{"date":"2021-01-01"},{"date":"2022-01-01"},{"da
I am trying this query in Hive and it's not working. select ( ( select count(*) from click_streaming where page_
From hive -h : --hiveconf <property=value> Use value for given property --hivevar <key=value> Variable subsitution to apply to hive
I have written a hive query language as below. It is giving me error as written in title. the query is : SELECT clnt_nbr, CASE WHEN clnt_nbr i