This is the command db.dropcolumngrass that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
프로그램:
이름
db.dropcolumn - Drops a column from selected attribute table.
키워드
데이터베이스, 속성 테이블
개요
db.dropcolumn
db.dropcolumn --도움
db.dropcolumn [-f] 테이블=name 칼럼=name [--도움] [--말 수가 많은] [--조용한] [--ui]
플래그 :
-f
강제 제거(실제 파일 삭제 시 필요)
--도움
사용 요약 인쇄
--말 수가 많은
자세한 모듈 출력
--조용한
조용한 모듈 출력
--UI
강제 실행 GUI 대화 상자
매개 변수 :
테이블=name [필수의]
속성 테이블의 이름
칼럼=name [필수의]
속성 열의 이름
기술
db.dropcolumn drops a column from an attribute table. If the -f force flag is not given
then nothing is removed, instead a preview of the action to be taken is printed.
노트
db.dropcolumn 의 프론트엔드입니다 db.실행 to allow easier usage with a special workaround
for the SQLite driver to support column drop also for SQLite tables.
예
Dropping a column (North Carolina sample dataset):
# work on own copy
g.copy vect=roadsmajor, myroads
db.describe -c myroads
# only shows what would happen:
db.dropcolumn myroads column=SHAPE_LEN
# actually drops the column
db.dropcolumn -f myroads column=SHAPE_LEN
db.describe -c myroads
Use db.dropcolumngrass online using onworks.net services