When running an explain query, such as: EXPLAIN SELECT 1; The fetch operation returns empty, so there is no way to obtain a result from this query.
When running an explain query, such as:
EXPLAIN SELECT 1;
The fetch operation returns empty, so there is no way to obtain a result from this query.