Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. ╔════════════════════════════════╦══════════╗
  2. ║ Post Link ║ Name ║
  3. ╠════════════════════════════════╬══════════╣
  4. ║ Some awesome question's title ║ UpVote ║
  5. ║ Not an answer ║ DownVote ║
  6. ║ etc... ║ ... ║
  7. ╚════════════════════════════════╩══════════╝
  8.  
  9. ╔════════════════════════════════╦══════════╗
  10. ║ Post Link ║ Name ║
  11. ╠════════════════════════════════╬══════════╣
  12. ║ A favorite question ║ Favorite ║
  13. ║ Another favorite question ║ Favorite ║
  14. ║ etc... ║ ... ║
  15. ╚════════════════════════════════╩══════════╝
  16.  
  17. SELECT COUNT(*)
  18. FROM Votes
  19. WHERE UserId = ##UserId:Int##
  20.  
  21. SELECT UpVotes + DownVotes
  22. FROM Users
  23. WHERE Id = ##UserId:Int##
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement