I have a database named newbase and columns are
1. Itid
2. Itname
3. Itprice
4. Itquantity
I get the sum of the price using itname and the query is
select SUM(itprice)as total from trick where itname=’a’
I got the result but now problem is that I want to get other columns data with some addition in the query on the form
I am developing a win application vb.net 2005 and sql server 2000 tools I am using can any one make the query