I have a table and value like the following one. create table t1 (id int,albumid int,edition verchar,date date); insert into t1 values(1,1,'1st','07-07-09'); insert into t1 values(2,1,'2nd','08-07-09'); insert into t1 values(3,1,'3rd','09-07-09'); insert...
Posted to
Oracle
(Forum)
by
mahi_ewu
on
07-13-2009, 12:00 AM
Filed under: Oracle, sql query, Oracle Databases, oracle 10g, 10g