Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. | email | result |
  2. ----------------------------
  3. | abc@gmail.com |0.12 |
  4. | dsv@gmail.com |0.23 |
  5. | rthgmail.com | 0.45 |
  6. | hfg@gmail.com |0.56 |
  7. | yyt@gmail.com | 0.78 |
  8. | hjg@gmail.com | 0.35 |
  9.  
  10. | resource |
  11. -------------------
  12. | 0.5 |
  13.  
  14. | temp |
  15. -------------------
  16. |NULL |
  17.  
  18. UPDATE table3 SET temp = table1.result + table2.resource WHERE email = 'abc@gmail.com'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement