</p> <p>select firstname from employees where firstname regexp binary '^.';</p> <p>
'Foon Yue' 처럼 두 개의 대문자를 포함하는 데이터만 표시하고 싶어요ㅠㅠ
저기서 어떻게 고쳐야 할까요?
select firstname from employees where firstname regexp binary '[A-Z]+.*[A-Z]+';
댓글을 작성하려면 로그인이 필요합니다.
select firstname from employees where firstname like is '%^.%';
이렇게 하시면 원하시는 데이터를 가져오실수 있습니다.
답변을 작성하려면 로그인이 필요합니다.
이 게시물을 신고 하시겠습니까?신고사유를 선택해주세요.