336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
You can remove existing rows from a table by using the DELETE statement:
DELETE [FROM] table
[WHERE condition];
If no rows are deleted, the message "0 rows deleted" is returned.
DELETE FROM departments
WHERE department_name = 'Finance';
'Oracle' 카테고리의 다른 글
TRUNCATE statement (0) | 2006.09.02 |
---|---|
DELETE Statement (0) | 2006.09.02 |
UPDATE Statement syntax (0) | 2006.09.02 |
UPDATE Statement syntax (0) | 2006.09.02 |
INSERT Statement Syntax (0) | 2006.09.01 |