I need to be able to on the fly create a placeholder record. So for example if I had myTable which had
-Apple 1
-Apple 2
-Apple 3
-Pear 1
-Pear 2
I need a query to be able to spit out.
-Apple 1
-Apple 2
-Apple 3
-Apple 0
-Pear 1
-Pear 2
-Pear 0
I would prefer not having to append actual blank records into the data, just have it appear in the query output. Is this possible?