inblog logo
|
silver
    SQL문제풀기

    [SQL문제풀기] 언더스코어(_)가 포함되지 않은 데이터 찾기

    silver's avatar
    silver
    Sep 06, 2025
    [SQL문제풀기] 언더스코어(_)가 포함되지 않은 데이터 찾기
    Contents
    문제SQLite

    문제

    solvesql.com
    solvesql.com
    https://solvesql.com/problems/data-without-underscore/

    SQLite

    내가 작성한 정답

    -- escape 지정하기 select distinct page_location from ga where page_location not like '%\_%' escape '\' order by 1;
    Share article

    silver

    RSS·Powered by Inblog