• I am not able to understand this one

    I run this query

    if 'BLONP' < Any (select customerid from customers)

    select '1'

    else

    select '0'

    But it returns 1 only ?