inblog logo
|
goho
    SQL문제풀기

    [프로그래머스/SQL]이름이 있는 동물의 아이디

    gov's avatar
    gov
    Nov 27, 2024
    [프로그래머스/SQL]이름이 있는 동물의 아이디
    Contents
    문제풀이

    문제

    notion image

    풀이

    SELECT animal_id from animal_ins where name != 'null' order by animal_id;
    Share article

    goho

    RSS·Powered by Inblog