Skip to content

Commit

Permalink
机器学习后台Oracle数据库搭建
Browse files Browse the repository at this point in the history
三木板模型查询sql的demo
  • Loading branch information
acredjb authored May 16, 2020
1 parent c416107 commit 79c3255
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions FBP_3board.sql
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

0 comments on commit 79c3255

Please sign in to comment.