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
- CentOS
- Node.js 소스 설치
- httpd 2.2.32
- httpd-mpm.conf
- httpd.conf
- PHP 5.2.17 .ini
- node.js
- Node.js apache 연동
- httpd-default.conf
- unique_id
- python 3.X 소스 설치
- mod_unique_id
- httpd-vhosts.conf
- CentOS 6.10
- CentOS 6
- vim color scheme
- Mod_Security 룰 셋
- MySQL 5.1.41
- apache 연동
- epel repository
- Repository
- httpd-autoindex.conf
- jQuery
- vimrc 옵션
- httpd-dav.conf
- PHP 5.2 .ini
- MySQL
- gcc update
- python 3.5.10
- httpd-info.conf
Archives
- Today
- Total
곰시기's
[MySQL] - 테이블 컬럼추가, 삭제 본문
1. 추가
ALTER TABLE [테이블] ADD `컬럼명` [타입] [옵션]
2. 삭제
ALTER TABLE [테이블] DROP `컬럼명`
'Sever > MySQL' 카테고리의 다른 글
[MySQL] - 숫자만 검색 REGEXP (0) | 2021.01.18 |
---|---|
[MySQL] - Show Database (0) | 2020.11.10 |
[MySQL] - microtime (0) | 2017.12.05 |
[MySQL] - charset (0) | 2017.12.05 |
[MySQL] - 테이블 존재 여부 확인 (0) | 2017.12.03 |
Comments