Proceedings of the Korea Information Processing Society Conference (한국정보처리학회:학술대회논문집)
- 2009.11a
- /
- Pages.795-796
- /
- 2009
- /
- 2005-0011(pISSN)
- /
- 2671-7298(eISSN)
DOI QR Code
Implementation of Regular Expression Searching in DBMS
DBMS에서의 정규표현식 검색기능 구현
- Yun, Gi-tae (Dept. of Electrical and Computer Engineering, Sungkyunkwan University) ;
- Kim, Sung-Tan (Dept. of Electrical and Computer Engineering, Sungkyunkwan University) ;
- Lee, Sang-Won (Dept. of Electrical and Computer Engineering, Sungkyunkwan University)
- Published : 2009.11.13
Abstract
DBMS에서 사용되는 SQL의 표준으로는 검색에 관련해서 LIKE 만을 명시하고 있다. LIKE는 2 종류의 와일드 카드 문자를 사용한다. 하지만 두 가지만으로는 사용자의 다양한 검색 요구에 응하기 어렵다. 그 해결방법으로 LIKE를 보완할만한 기능을 가진 정규표현식 검색을 제안하는 바, 이를 DBMS에 추가적으로 구현하는데 있어 고려해야 할 사항을 정리한다.
Keywords