4 lines
114 B
SQL
4 lines
114 B
SQL
select num_nomi,sum(valor) from notb00008
|
|
where num_emp = 144 and clase_mov = "I" and num_nomi != 9806
|
|
group by 1
|