Created
February 25, 2018 17:09
-
-
Save vithalsamp/8e10492cc133ff86df49c889f861da44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Query: alter VIEW action_movies RENAME TO comedy_movie ; | |
[quickstart.cloudera:21000] > select * from comedy_movie; | |
Query: select * from comedy_movie | |
+-------+-------+--------+----------+ | |
| code | title | kind | len | | |
+-------+-------+--------+----------+ | |
| C_107 | Bean | Comedy | 01:37:00 | | |
| C_106 | MIB | Comedy | 01:31:00 | | |
+-------+-------+--------+----------+ | |
Fetched 2 row(s) in 2.37s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment