inblog logo
|
goho
    SQL문제풀기

    [프로그래머스/SQL]어린 동물 찾기

    gov's avatar
    gov
    Nov 19, 2024
    [프로그래머스/SQL]어린 동물 찾기
    Contents
    문제풀이

    문제

    notion image

    풀이

    select animal_id, name from animal_ins where intake_condition != "aged" order by animal_id ;
    Share article

    goho

    RSS·Powered by Inblog