Hi,
I have this view, where all data in the columns are the same (type,
model, serialnumber), except for the language column.
Now, what I need is the results, 1 line for all languages and the
languages like en-de-fr.
An illustration might clear up things:
Model, type, serialnumber, lang
jetta, vw, x1111, en
jetta, vw, x1111, fr
should become:
Model, type, serialnumber, lang
jetta, vw, x1111, en-fr
Is this possible is SQL (access 2000) and if so, how?
Kind regards,
Thomas
I have this view, where all data in the columns are the same (type,
model, serialnumber), except for the language column.
Now, what I need is the results, 1 line for all languages and the
languages like en-de-fr.
An illustration might clear up things:
Model, type, serialnumber, lang
jetta, vw, x1111, en
jetta, vw, x1111, fr
should become:
Model, type, serialnumber, lang
jetta, vw, x1111, en-fr
Is this possible is SQL (access 2000) and if so, how?
Kind regards,
Thomas
Comment