Guest User

Untitled

a guest
Dec 12th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ------------------------------------------
  2. |team | team2 | score | add_score |
  3. ------------------------------------------
  4. |ManUnited | Chelsia |2:1 | |
  5. ------------------------------------------
  6. |Arsenal | Everton |1:1 | |
  7. ------------------------------------------
  8. |StockCity |Liverpool|1:3 | |
  9. ------------------------------------------
  10.  
  11. UPDATE `cal` SET dop_score = "win1" WHERE
  12. CONVERT( SUBSTRING(score, 1, 1), SIGNED ) > CONVERT( SUBSTRING(score, 3, 1), SIGNED )
Add Comment
Please, Sign In to add comment