python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
hiveQL query select classID, studName from table1 where grade = Max(grade) group by classID, studName;
Sorry for writing an obvious bad query in subject but it accurately describes the result I am looking for.
I have a table with classID int, studName string, grade int. I need a result that lists each ...
swade77
Votes: 0
Answers: 1
How to transform data in Amazon Athena
I have some data in S3 location in json format. It have 4 columns val, time__stamp, name and type. I would like to create an external Athena table from this data with some transformations given below:...
ndev
Votes: 0
Answers: 2
How can I create a table if it doesn't exist, else alter the table schema to match in HiveQL
I have an automated workflow that essentially builds out a table from a bunch of other existing tables. We get asks to add new fields to that and other tables relatively frequently. Currently I have t...
user105189
Votes: 0
Answers: 1