| PLAN |
|---|
| SELECT TRIPPLETCOUNT.LEFT, TRIPPLETCOUNT.RIGHT, TRIPPLETCOUNT.RELATION, TRIPPLETCOUNT.COUNT FROM PUBLIC.TRIPPLETCOUNT /* PUBLIC.TRIPPLETCOUNT.tableScan */ /* scanCount: 1 */ WHERE (RELATION = 'REQUESTED') AND ((LEFT = 'sb_1909322') OR (RIGHT = 'sb_1909322')) ORDER BY 4 DESC |
| PLAN |
|---|
| (SELECT DISTINCT TRIPPLETCOUNT.LEFT, TRIPPLETCOUNT.RIGHT, TRIPPLETCOUNT.RELATION, TRIPPLETCOUNT.COUNT FROM PUBLIC.TRIPPLETCOUNT /* PUBLIC.INDEX_LEFT: LEFT = 'sb_1909322' */ /* scanCount: 1 */ WHERE (RELATION = 'REQUESTED') AND (LEFT = 'sb_1909322')) UNION (SELECT DISTINCT TRIPPLETCOUNT.LEFT, TRIPPLETCOUNT.RIGHT, TRIPPLETCOUNT.RELATION, TRIPPLETCOUNT.COUNT FROM PUBLIC.TRIPPLETCOUNT /* PUBLIC.INDEX_RIGHT: RIGHT = 'sb_1909322' */ /* scanCount: 1 */ WHERE (RELATION = 'REQUESTED') AND (RIGHT = 'sb_1909322')) ORDER BY 4 DESC |
--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/yl-Th51GZAsJ.
To post to this group, send email to h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.