forked from acredjb/FBP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
三木板模型查询sql的demo
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
SELECT count(gameresult), gameresult | ||
FROM (select * | ||
from (select * from fbp_pl p order by p.game_cc desc) | ||
where rownum < 9500) P | ||
WHERE 1 = 1 | ||
and P.HG = 1.97 | ||
and P.BET365 = 2 | ||
and P.WILLIAM = 1.95 | ||
group by gameresult; | ||
|
||
COUNT(GAMERESULT) GAMERESULT | ||
1 6 y | ||
2 1 n |