inblog logo
|
silver
    SQL문제풀기

    [SQL문제다시풀기] 특정 형질을 가지는 대장균 찾기 - 비트

    silver's avatar
    silver
    Feb 12, 2025
    [SQL문제다시풀기] 특정 형질을 가지는 대장균 찾기 - 비트
    Contents
    문제MYSQL

    문제

    school.programmers.co.kr
    https://school.programmers.co.kr/learn/courses/30/lessons/301646

    MYSQL

    내가 작성한 정답

    select count(id) count from ecoli_data where not (genotype & 2) = 2 and (genotype & 5) <> 0
    notion image
    Share article

    silver

    RSS·Powered by Inblog