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

[SQL] Max QTY with price <= 100 (Query)

Discussão em 'Outras Linguagens' iniciado por Stack, Novembro 5, 2024 às 14:52.

  1. Stack

    Stack Membro Participativo

    Name Price Qty
    A 3 30
    B 5 3
    C 5 3
    D 6 20

    i have a table contain data like this. i want to get what is the maximum of sum(qty) that i can provide Price <= 100

    expected output : 32 coming from : 30 qty A and 2 qty from B or C

    Continue reading...

Compartilhe esta Página