sql - Access 2010 input second returned value into query result -


i building query looks contract number in second table of there multiple results. want instead of returning second row want below

contract no | result 1 | result 2 | result 3

rather than

contract no | result 1

contract no | result 2

contract no | result 3

how this?

the concatrelated vb not viable option within business work.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -