This tutorial will show you some common usage for working with tables. If you have no installed Hive yet please follow this tutorial.
Create Database
CREATE DATABASE test;
Use Database
use test;
A place for tutorials on programming and other such works.
This tutorial will show you some common usage for working with tables. If you have no installed Hive yet please follow this tutorial.
CREATE DATABASE test;
use test;
You must be logged in to post a comment.