Searched Tag → Soduku
1 Articles Found
|
Solving a Sudoku using Recursive Subquery Factoring by Anton Scheffer Author → Asif |
|
|
Nov1
Oracle Database 11g Release 2 introduces a new feature called Recursive Subquery Factoring. To solve this sudoku you first have to transforms this to a single string by appending all rows together For example (this is pretty genius): "53 7 6 195 98 6 8 6 34 8 3 17 2 6 6 28 419 5 8 79"
with x( s, ind ) as |
|
axiom.c

