aka David Montecillo
I am just a noob learning.
I just love Java and also hate it. :'(
Learning Arduino. >.<
=================================================================
When cannibals ate a missionary, they got a taste of religion. :D
=================================================================
A dog gave birth to puppies near the road and was cited for littering. :P
=================================================================
A hole has been found in the nudist camp wall. The police are looking into it. >.<
=================================================================
The roundest knight at King Arthur's round table was Sir Cumference . He acquired his size from too much pi. duwahaha
SEE show downvoter in your POST copy the code below in here
SELECT v.UserId, vt.Name, COUNT(*)
FROM
Posts p
INNER JOIN Votes v
ON v.PostId = p.Id
INNER JOIN VoteTypes vt
ON v.VoteTypeId = vt.Id
WHERE
p.OwnerUserId = ##UserId##
GROUP BY
vt.Name, v.UserId
ORDER BY 1,3