The program prints "-1 rows" whenever it should print "0 rows". ``` localdev=> select 1 where 1 = 2; +------------+ | ?column? | |------------| +------------+ (-1 rows) ```
The program prints "-1 rows" whenever it should print "0 rows".