Thank you Mike,
your answer show me the way to the solution of my problem.
I have more columns in my database, and I need their in my sql-result, e.g. a text-column "text2".
I use this sql:
select invno, artno, sum(qty) qty, max(text) text, max(text2) text2 from your_table group by...