Re: [SQL] Seeking help with a query....

2003-03-24 Thread Christoph Haller
> > Hi folks, seeking help with a query that I thought was simple, but > apparantly isn't, at least for someone with my knowledge level. > > Given a table : > > create table atable ( > code1 char, > code2 char, > costint > ); > > And the rows > > code1code2cost > -

Re: [SQL] Seeking help with a query....

2003-03-24 Thread Victor Yegorov
* Dan Winslow <[EMAIL PROTECTED]> [21.03.2003 21:58]: > Hi folks, seeking help with a query that I thought was simple, but > apparantly isn't, at least for someone with my knowledge level. > > Given a table : > > create table atable ( > code1 char, > code2 char, > costint > ); > > And