I have one table,in that table
(1)i have java1.1 version books are 2 and java1.5 version
books are 4.
(2).Net2.0 books are 3, .Net3.5 books are 2
(3)ABC1.6 books are 4, ABC2.0 books are 3.
Now i want output is like
Book Count
Java 6
.Net 5
ABC 7
For this i need sql query, please help me if anyone how to
get this result.
Thanks,
Seenu
Answer Posted / suman maan
select substring(trade,1,(len(trade)-3)) as
trade,sum(no_ofbooks)
from test
group by substring(trade,1,(len(trade)-3))
Trade is bookname like(java1.1,.Net305)
no_ofbooks as indivisual book count
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many clustered indexes can you have?
Does truncate free space?
How do you declare a variable in pl sql?
Can we insert data into materialized view?
Can variables be used in sql statements?
Can a foreign key be null?
what is the difference between blob and text? : Sql dba
What is dialect in sql?
how do you tune the slow running queries in oracle db , explain the methodology
how can we know the count/number of elements of an array? : Sql dba
How do I install sql?
what is collation? : Sql dba
How many primary keys can a table have?
What is an emotional trigger?
How can I change database name in sql?