I do not see any prob. I created the tavble using this.
SQL> create table b as select rno,sum(mark) mysum from a group by rno;
Table created.
Elapsed: 00:00:00.54
R u sure "rno, mark are 2 column names of mark table"
|
Results 1 to 10 of 11
Threaded View
|
Click Here to Expand Forum to Full Width |