[ add comment ] | permalink | related link |




( 3 / 3374 )UPDATE table
SET values
FROM join other tables here.
Example
Update TableA
SET TableA.Col1=TableB.Col1
From TableA INNER JOIN TableB ON TableA.ID=TableB.ID
[ add comment ] | permalink | related link |




( 3 / 10479 )
Back 
Avatar










