PROCEDURE ANALYSE
Analyze query results. This procedure examines the result set and suggests optimal data types for columns based on the data.
Syntax
ANALYSE([max_elements[,max_memory]])Description
SELECT ... FROM ... WHERE ... PROCEDURE ANALYSE([max_elements,[max_memory]])SELECT col1, col2 FROM table1 PROCEDURE ANALYSE(10, 2000);See Also
Last updated
Was this helpful?

