PostgreSQL - Set Operations and Advanced Queries
You run
EXPLAIN ANALYZE SELECT * FROM orders WHERE id = 10; but get an error: ERROR: syntax error at or near "ANALYZE". What is the likely cause?