ITEM = agenti ID_AGENTE = 0 ID_CLIENTE = QUERY = select distinct C.IdClienti as Id, C.Nome as Nome from ordini O inner join clienti C on C.idclienti = O.idcliente where O.Anno = 2022 and 1 and O.idpagamento = 1 and (O.NumAssegno <= '0' or O.NumAssegno is null) order by C.nome ITEM = agenti ID_AGENTE = 0 ID_CLIENTE = QUERY = select distinct F.IdFornitori as Id, F.Nome as Nome from ordini O inner join fornitori F on F.idfornitori = O.idfornitore where O.Anno = 2022 and 1 and O.idpagamento = 1 and (O.NumAssegno <= '0' or O.NumAssegno is null) order by F.nome ITEM = clienti ID_AGENTE = 0 ID_CLIENTE = 0 QUERY = select distinct F.IdFornitori as Id, F.Nome as Nome from ordini O inner join fornitori F on F.idfornitori = O.idfornitore where O.Anno = 2022 and 1 and 1 and O.idpagamento = 1 and (O.NumAssegno <= '0' or O.NumAssegno is null) order by F.nome ITEM = agenti ID_AGENTE = 0 ID_CLIENTE = QUERY = select distinct C.IdClienti as Id, C.Nome as Nome from ordini O inner join clienti C on C.idclienti = O.idcliente where O.Anno = 2021 and 1 and O.idpagamento = 1 and (O.NumAssegno <= '0' or O.NumAssegno is null) order by C.nome ITEM = agenti ID_AGENTE = 0 ID_CLIENTE = QUERY = select distinct F.IdFornitori as Id, F.Nome as Nome from ordini O inner join fornitori F on F.idfornitori = O.idfornitore where O.Anno = 2021 and 1 and O.idpagamento = 1 and (O.NumAssegno <= '0' or O.NumAssegno is null) order by F.nome ITEM = clienti ID_AGENTE = 0 ID_CLIENTE = 0 QUERY = select distinct F.IdFornitori as Id, F.Nome as Nome from ordini O inner join fornitori F on F.idfornitori = O.idfornitore where O.Anno = 2021 and 1 and 1 and O.idpagamento = 1 and (O.NumAssegno <= '0' or O.NumAssegno is null) order by F.nome