Microsoft
Software
Hardware
Network
Question : SQl update statement
hi all
i have 2 tables,
2ND is blank and the 1ST has the data
how do i update the 2ND with table 1 data? A = D, B=E, C =F
A B C D E F
1 1 1
2 2 2
3 2 1
Answer : SQl update statement
What keys join the tables together?
Or do you just want to copy 1st into 2nd?
1: 2:
insert tbl2nd (d,e,f) select a,b,c from tbl1st
Random Solutions
Outlook has stopped working error
Can't open company website from inside our LAN
want row
The more and bigger mass storage devices dedicated for ReadyBoost the merrier?
patitioning 1TB HD for maximum performance
How to monitor if a Thread completed?
joomla ja_purity problem drop down menu
converting an sql join query into hibernate named query
Outlook 'cached' mode/ OAB query
Div with scroll bar showing mysql data?