Subject | Re: [firebird-support] Finding the differences |
---|---|
Author | Si Carter |
Post date | 2011-12-24T09:07:39Z |
Cheers I will check it out :-)
Si
Si
On 24 December 2011 03:19, Virna Constantin <costel_61@...> wrote:
> **
>
>
> SELECT S.*,M.col3 as col3m
> FROM SECND S
> inner join MASTER M on S.COL1=M.col1 and S.COL2=M.COL2
> where S.COL3<>M.COL3
>
> ________________________________
> In the example above the last record in secondary table is different so
> this is the only row I would like to return, if that makes sense.
>
> [Non-text portions of this message have been removed]
>
>
>
[Non-text portions of this message have been removed]