>
> 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
> -
* 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
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
-
ab