EXPLAIN's shape varies by engine: DuckDB key/value rows, Postgres a single "QUERY PLAN" column, MySQL a wide table. Prefer the plan-text column; fall back to joining all cells.
EXPLAIN's shape varies by engine: DuckDB key/value rows, Postgres a single "QUERY PLAN" column, MySQL a wide table. Prefer the plan-text column; fall back to joining all cells.