1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

How to aggregate boolean column

Discussão em 'Outras Linguagens' iniciado por Stack, Abril 13, 2021.

  1. Stack

    Stack Membro Participativo

    How can I aggregate some tuples like this

    COL_1 | COL_2 | COL_3 | COL_4
    val | T | F | F
    val | F | T | F


    with the OR function and return the following table?

    COL_1 | COL_2 | COL_3 | COL_4
    val | T | T | F

    Continue reading...

Compartilhe esta Página