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
- 속성
- 칼럼
- jQuery
- forEach.
- DELETE
- href
- substring
- 실행막기
- split
- 이벤트 함수
- 문자열
- hide
- Table
- 마우스
- checked
- JSTL
- 광명
- DB
- mouseout
- 스크립트
- sql
- insert
- Radio
- SHOW
- javascript
- substr
- script
- 길이제한
- truncate
- Display
Archives
- Today
- Total
홈페이지 제작 전문 업체 Infovider 光明
[DB]sql기초 - delete 구문 본문
delete 구문은 table에서 row을 없애는 것이다.
용법은
delete from 테이블이름 where 조건;
이다.
where 조건을 빼면 모든 table의 row들을 삭제하게 된다.
where 조건을 통해 원하는 row를 지정해서 삭제하면 된다.
![]() |
|
'프로그래밍 for server' 카테고리의 다른 글
[WAS]Tomcat 서버 설정 중 load-on-startup 설정 (0) | 2013.07.31 |
---|---|
[DB]테이블 구조보기 (0) | 2013.07.30 |
[DB]sql 기초 - update구문 (0) | 2013.07.26 |
[DB]sql 기초 - insert 구문 (0) | 2013.07.24 |
[DB]sql 변환함수 to_char, to_number, to_date 함수 (0) | 2013.07.18 |
Comments