• Skip to primary navigation
  • Skip to content
  • Skip to footer
Just Do IT!
  • Posts
  • Categories
  • Tags

    LeeDayday

    I am an amazing person.

    • Somewhere

    [Programmers] 나이 정보가 없는 회원 수 구하기

    최대 1 분 소요

    문제 링크

    정답

    -- USER_INFO: USER_ID, GENDER, AGE, JOINED
    SELECT COUNT(*) AS USERS
    FROM USER_INFO
    WHERE AGE IS NULL;
    

    ✅ Point

    • AGE 가 NULL인 row만 count

    태그: programmers, sql

    카테고리: sql

    업데이트: April 11, 2025

    공유하기

    Twitter Facebook LinkedIn
    이전 다음

    참고

    DNS 이해하기

    최대 1 분 소요

    DNS란 무엇인가?

    [Leetcode] Rising Temperature

    최대 1 분 소요

    문제 링크

    [Leetcode] Customer Who Visited but Did Not Make Any Transactions

    최대 1 분 소요

    문제 링크

    [Leetcode] Replace Emplyee ID With The Unique Identifier

    최대 1 분 소요

    문제 링크

    • 팔로우:
    • 피드
    © 2025 LeeDayday. Powered by Jekyll & Minimal Mistakes.