일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Serial
- 텐서플로우
- 딥러닝
- c#
- 파이썬
- sql developer
- tensorflow
- PYTHON MSSQL
- scrapy
- rs422
- 티스토리 초대장
- 윈도우10
- vscode
- 오라클
- MSSQL PYTHON
- oracle
- MEAN Stack
- M2M
- 장고
- django
- windows10
- pymssql
- Visual Studio Code
- 크롤링
- Python
- MSSQL
- 자본주의
- matplot
- rs485
- MX Component
Archives
- Today
- Total
안까먹을라고 쓰는 블로그
[MSSQL] 중복제거 본문
반응형
delete from a --select * from tblLPR_IO a, (select IODateTime, IO, TASVehiNo, MAX(seq) as seq from tblLPR_IO group by IODateTime, IO, TASVehiNo having count(*) > 1) b where a.IODateTime = b.IODateTime and a.IO = b.IO and a.TASVehiNo = b.TASVehiNo and a.seq != b.seq
반응형
'DataBase > MS SQL' 카테고리의 다른 글
[MSSQL] 사이트 링크 (0) | 2016.05.26 |
---|---|
[MSSQL] SPLIT 구현 (0) | 2016.05.26 |
[MSSQL] Tips (0) | 2016.05.25 |
저장 프로시져 실행 수, CPU소모량, IO, Duration (0) | 2016.05.25 |
[MSSQL] 고부하 쿼리확인 (0) | 2016.05.24 |
Comments