inblog logo
|
silver
    SQL문제풀기

    [SQL문제풀기] 우리 플랫폼에 정착한 판매자 1

    silver's avatar
    silver
    Aug 15, 2025
    [SQL문제풀기] 우리 플랫폼에 정착한 판매자 1
    Contents
    문제SQLite

    문제

    solvesql.com
    solvesql.com
    https://solvesql.com/problems/settled-sellers-1/

    SQLite

    내가 작성한 정답

    SELECT seller_id, count(distinct order_id) orders FROM olist_order_items_dataset group by seller_id having count(distinct order_id) >= 100;
    Share article

    silver

    RSS·Powered by Inblog