sql server - combine multiple tables by adding columns -


I have a table

  key s amount of hours 84554 0 32789.87 0.00 84717 0 18273.64 0.00 85077 0 201.84 0.00 85081 0 186.53 0.00   

and table 2

  Item of key 1 84554 0 11.11 84717 0 22.22 85077 33 333 85081 0 44.44  

How can I get the table

  The key of the key is hour 1 item 84554 0 32789.87 0.00 11.11 84717 0 18273.64 0.00 22.22 85077 0 201.84 0.00 33.33 85081 0 186.53 0.00 44.44  

Thanks a lot

 < Code> Choose from one * INNER Join one on two. = Two amp; nbsp; & A. K = two  

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -