Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
None
Description
Hi,
Currently two difference spellings of 'ANALYSE' / 'ANALYZE' are used:
ANALYZE TABLE a;
ANALYZE SELECET * FROM a;
SELECT * FROM a PROCEDURE ANALYSE();
I think we should support both spellings in all commands.
Cheers,
Michaël