You are viewing a single comment's thread from:

RE: The HiveSQL documentation is now available

in HiveDevs4 years ago

Great to see an excel tutorial. I will try playing with it as I don't have a programming background.
I got a question. What username & password should be used to log in? is it my username and posting key? or anything specific to database and I have to create a user profile first?

Sort:  

You should use your HiveSQL credentials. I updated the tutorial

That's great. Thanks:)

Is there an excel tutorial how to get selected data?
As I logged in and selected accounts, it's loading all accounts.

Thanks :)

Is there an excel tutorial how to get selected data?

This is not Excel stuff. The worst thing to do is to retrieve all data and filter it at the Excel level.
You should learn how to write SQL queries to narrow the scope of data returned.
There is such an example in the tutorial.

Ok. I will read some stuff and look in youtube. Thanks for help.