반응형
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 | 29 | 30 | 31 |
Tags
- PySpark
- Github
- Redshift
- Mac
- django
- list
- Google Spreadsheet
- Python
- c#
- Apache
- Google Excel
- GIT
- hive
- Tkinter
- 파이썬
- numpy
- math
- PostgreSQL
- Kotlin
- Excel
- Java
- array
- PANDAS
- matplotlib
- google apps script
- dataframe
- string
- SQL
- gas
Archives
- Today
- Total
달나라 노트
Hive : turncate (table data 비우기) 본문
728x90
반응형
truncate table talbe_name;
위 구문은 table_name이라는 이름의 테이블 속 데이터를 모두 삭제합니다.
(table 속 데이터만 없어지는 것이고 table 자체와 해당 table에 존재했던 컬럼들은 보존됩니다.)
728x90
반응형
'SQL > Apache Hive' 카테고리의 다른 글
Comments