Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Alexander_89
Feb 8th, 2023
154
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PostgreSQL
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
SELECT
p.title, p.user_id, p.score,
ROUND
(
AVG
(
p.score
)
OVER
(
PARTITION
BY
p.user_id
)
,
0
)
FROM
stackoverflow.posts p
WHERE
p.score
>
0
AND
p.title !
=
''
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
π INSTANT MONEY EXPLOIT π π¨π¨
JavaScript | 0 sec ago | 0.24 KB
π₯ Make 1000$ in 20 minutes π΅ ππ₯
JavaScript | 12 sec ago | 0.20 KB
βββCrypto Accountsββ
Java | 19 sec ago | 0.15 KB
π₯ Make 1000$ in 20 minutes π΅ ππ₯
JavaScript | 1 min ago | 0.24 KB
π₯ EASY PROFIT GUIDE β Working π₯ π₯π¨
JavaScript | 2 min ago | 0.20 KB
π Free Crypto Method π π¨π¨
JavaScript | 2 min ago | 0.24 KB
π Instant Profit Method π π¨π¨
JavaScript | 3 min ago | 0.24 KB
βββMake $1500 in 20 minutesββ
Java | 3 min ago | 0.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!