• Wouldn't it be easier to do it in one query? Or am I missing the obvious?

    SELECT land1, COUNT(*)

    FROM kna1

    WHERE land1 IN('SE', 'FI')

    GROUP BY land1



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]