코드
select email from users
where name ='남**'
코드
select * from users
where created_at between '2020-07-12' and '2020-07-14'
and email like '%gmail.com'
코드
select count(*) from users
where created_at between '2020-07-12' and '2020-07-14'
and email like '%gmail.com'
이렇게 모든 퀴즈가 끝났다.
다음시간은 숙제이다.
'SQL 공부(ft.sparta) > 1주차' 카테고리의 다른 글
1주차 끝 숙제 (0) | 2023.04.27 |
---|---|
1-8. 같이 삽질해보기 (0) | 2023.04.27 |
1-7. 이외 유용한 문법 배워보기 (0) | 2023.04.27 |
1-6. WHERE 절과 같이 자주 쓰는 문법 써보기 (0) | 2023.04.27 |
1-5. WHERE 절 같이 연습해보기 (0) | 2023.04.27 |