Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You can use a GROUP BY clause and an appropriate aggregation function, maybe using something like
LOAD [Serial #],
Only(Q1) as Q1,
Only(Q2) as Q2,
Only(Q3) as Q3,
Only(Q4) as Q4,
Only(Q5) as Q5,
Only(Q6) as Q6,
Only(Q7) as Q7,
Only(Q8) as Q8
FROM
(ooxml, embedded labels, table is Sheet2)
GROUP BY [Serial #];