Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Query for summerised report

    Excellent.........

    It is working

    Thanks,

    have a good day,

    kumar

  • RE: Query for summerised report

    Thanks for the reply

    I tried the bellow queries

    1) To get total product count

    "select product,versionnumber,count(*) from net_productinfo group by product,versionnumber order by product"

    2) To get availabile products

    "select product,versionnumber,availability,count(*) from net_productinfo where...

Viewing 2 posts - 1 through 3 (of 3 total)