Skip to content

Commit 86542e5

Browse files
Update 17 Dice Roll Game Recursion.sql
1 parent 0a0b417 commit 86542e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Permutations, Combinations, Sequences and Random Numbers/SQL Scripts/17 Dice Roll Game Recursion.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Last Updated: 07/05/2022
99
This script is written in SQL Server's T-SQL
1010
1111
12-
* Because you cannot go below 0, a WHILE loop is created to account for this scenario
1312
* You will need to make an assumption how many possible numbers you need in the #Numbers table, as this solution uses windowing
1413
* This script performs 1 iteration of the Dice Roll Game
1514

0 commit comments

Comments
 (0)