> >
> > I forgot somethin'
> >
> >
select "Code1" as Code_Group, code1 as Code, count(code1) as high_count from mytable group by code1 ;
> > union all;
> > select "Code2" as Code_Group, code2 as Code , count(code2) as high_count from mytable group by code2 into cursor cur_Temp
> > select top 2 * from cur_Temp order by high_count desc
> >
> > CriZ (,")
> >
> > "Everyone is entitled to their own opinion, but not their own facts."
What? :-U
CriZ (,")
"Everyone is entitled to their own opinion, but not their own facts."