CARVIEW |
Select Language
HTTP/2 200
date: Wed, 15 Oct 2025 01:44:16 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=8852ceb26620728d55f0d5e93bd93b9acffd2fce4026a20b795e40792d402826a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22_KZCHANYP0J1rkMgmyiAbmE3A2dGDaRC%22%3B%7D; HttpOnly; Path=/
cf-ray: 98eba15ddba7cf00-BLR
m31 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- In all requests I change in names of tables and names of columns " " -> "_" (for example Bet ID -> Bet_ID)
- SELECT Player_ID, Bet_amount
- FROM
- (SELECT Player_ID, Bet_amount, ROW_NUMBER() OVER (PARTITION BY Player_ID ORDER BY Bet_amount DESC) AS rk
- FROM
- (SELECT b.Player_ID, b.Bet_amount, p.Date
- FROM Bets_transactions AS b
- JOIN Periods AS p ON b.Date_ID=p.Date_ID
- WHERE p.Date = '2018-01-01') AS t1) AS t2
- WHERE rk=2;
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 2 sec ago | 0.15 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 3 sec ago | 0.15 KB
-
📌 Instant BTC Profit Method ✅ Working 7
JavaScript | 6 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 6 sec ago | 0.15 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 7 sec ago | 0.15 KB
-
🚀 Swapzone +37% glitch
JavaScript | 8 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 13 sec ago | 0.15 KB
-
✅ Make $2500 in 20 minutes⭐ 0
JavaScript | 13 sec ago | 0.25 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