inblog logo
|
goho
    SQL문제풀기

    [프로그래머스/SQL]강원도에 위치한 생산공장 목록 출력하기

    gov's avatar
    gov
    Dec 11, 2024
    [프로그래머스/SQL]강원도에 위치한 생산공장 목록 출력하기
    Contents
    문제풀이

    문제

    notion image

    풀이

    SELECT factory_id, factory_name, address from food_factory where address like '%강원도%' order by factory_id;
    Share article

    goho

    RSS·Powered by Inblog