반응형
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
Tags
- django
- Google Spreadsheet
- google apps script
- Presto
- Tkinter
- Google Excel
- array
- Python
- dataframe
- PySpark
- PostgreSQL
- SQL
- matplotlib
- c#
- gas
- Java
- hive
- Kotlin
- 파이썬
- list
- math
- Apache
- string
- Excel
- PANDAS
- Github
- Redshift
- GIT
- numpy
Archives
- Today
- Total
달나라 노트
Hive : grant (table 권한 부여) 본문
728x90
반응형
grant select on table_name to user user_or_group;
table_name이라는 table에 대한 select 권한을 user_or_group에 부여한다.
728x90
반응형
'SQL > Apache Hive' 카테고리의 다른 글
| Hive : turncate (table data 비우기) (0) | 2020.12.17 |
|---|---|
| Hive : delete, insert, update (테이블의 데이터 삭제, 삽입, 변경) (0) | 2020.12.17 |
| Hive : drop table if exists, create temporary table (temporary table 만들고 없애기) (0) | 2020.12.17 |
| Hive : isnull, isnotnull (null값 테스트) (0) | 2020.12.17 |
| Hive : nullif (특정 값일 때 null값을 반환) (0) | 2020.12.17 |
Comments