Re: remove duplicate items

From: Ammammata <ammammata_at_tiscalinet.it>
Date: Fri, 15 Feb 2019 10:39:26 +0000 (UTC)
Message-ID: <XnsA9F77699F7751ammammatatiscalineti_at_148.251.67.112>


Il giorno Thu 14 Feb 2019 08:13:03p, *J.O. Aho* ha inviato su comp.databases.mysql il messaggio news:gclstvFfdh8U1_at_mid.individual.net. Vediamo cosa ha scritto:

> On 2/14/19 10:57 AM, Ammammata wrote:
>
> Maybe a group by would be in place when you select into the temp
> table.
>

>> select d.docnum, 'txt' Testo
>> into #tmp
>> from dln1 a
>> inner join dln1 b On a.U_I_BaseEntry = b.docentry And a.U_I_BaseType
>> = 15 inner join rdr1 c On b.baseentry = c.docentry And b.BaseLine =
>> c.linenum And b.BaseType = 17
>> inner join ordr d On c.docentry = d.docentry
>> where a.docentry = '87'

> group by d.docnum
>
>

this one works fine

-- 
/-\ /\/\ /\/\ /-\ /\/\ /\/\ /-\ T /-\
-=- -=- -=- -=- -=- -=- -=- -=- - -=-
>>>>>  http://www.bb2002.it :)  <<<<<
........... [ al lavoro ] ...........
Received on Fri Feb 15 2019 - 11:39:26 CET

Original text of this message