serverSide/MariaDB(MYSQL)
[MariaDB] 숫자만 검색
Root_js
2020. 3. 5. 16:02
select * from 테이블명 where 컬럼명 REGEXP '^[0-9]+$'
정규식 이용해서 숫자만 검색~