This is not a very flexible solution but will do the trick. This works when the domain of the column Job is a set of known values at the time of writing the query.
SELECT
lid,
lot,
date,
max(joba) as joba,
max(jobb) as jobb,
max(jobc) as jobc ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.