db2 query
I have one table with the following details.
SNO SNAME DOJ
------ -------------------- ----------
10 KRISH 2007-03-19
20 REDDY 2007-05-19
30 RRRRR 2007-05-19
40 BBBBB 2008-05-19
50 CCCCC 2009-05-19
60 JJJJJ 2009-05-19
70 JJJJJ 2004-05-19
i want the output in the following format:( no of students
joined in each year(no nedd to consider about month and
date)
year count
--------- ----------
2004 1
2007 3
2008 1
2009 2
Answer Posted / harish
Hi,
I hope this query will work ...
u didnt understand the REK,they gave only output format
column names cannot be changed.....
select substr(DOJ,(1,4)),count(*) from emp_tbl
group by DOJ
let me know if i am wrong
HARISH POOMGAME SHIVAPPA
NIIT TECH
KOLKATA
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
List some fields from sqlca?
How to access db2 tables in mainframe?
What is the maximum No of rows per page?
What is the latest version of ibm db2?
Mention the different locking levels that are available in db2.
Is db2 relational database?
What is dbrm? What it contains?
What is the role of data manager in the db2 database?
How to rename a table in DB2 ?
What is load utility in db2?
What does db2 mean?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
What are the rules for db2 programming?
What is null indicator in cobol db2?
What are types of indexes?