Ir para conteúdo
Fórum Script Brasil

Aftab Shaikh

Membros
  • Total de itens

    2
  • Registro em

  • Última visita

Posts postados por Aftab Shaikh

  1. On 10/6/2021 at 1:08 AM, thiagoprogramador said:

    Yes, but not sure. 

     

    The correct way is this:

    SELECT * FROM calculation_table
    WHERE
    NUM1 IN (1, 3, 5, 7, 9, 21, 23, 25, 27, 29, 41, 43, 45, 47, 49)
    AND
    NUM2 IN (1, 3, 5, 7, 9, 21, 23, 25, 27, 29, 41, 43, 45, 47, 49);

    Thanks for sharing this. I was confused at first now I know what to do!

×
×
  • Criar Novo...