Thread: Oracle SQL
View Single Post
Old 03-31-2006, 12:52 PM   #2 (permalink)
technobard
Centurion Nova Prime
 
technobard's Avatar
 
Join Date: May 2002
Location: Oak Park, IL (USA)
Posts: 285
technobard is on a distinguished road
create table t2
as
select a, b, c, sum(d) e from t1
group by a, b, c;
__________________
It takes 2 points to draw a straight line, but at least 3 points to draw a conclusion.
technobard is offline   Reply With Quote