Sandeep Reddy Biddala

Results 2 issues of Sandeep Reddy Biddala

What is the use of the `--report` option? It can only run one iteration. Wouldn't it be useful if the report contains the details of all the iterations, so that...

bug
question

Are nested subqueries like the following allowed? ``` SELECT customerName FROM customers WHERE customerNumber NOT IN (SELECT DISTINCT customerNumber FROM orders); ``` This is not mentioned in the doc. Also,...