Go ahead, try it on your tables...
mysql> select * from users procedure ANALYSE();
Yeah, it's neat. Tells you all kinds of stuff like what the optimal column data types or lengths might be. Curious about what the longest length value is for a particular column in a table-- this "procedure ANALYSE()" will tell you.
mysql> select * from users procedure ANALYSE();
Yeah, it's neat. Tells you all kinds of stuff like what the optimal column data types or lengths might be. Curious about what the longest length value is for a particular column in a table-- this "procedure ANALYSE()" will tell you.
No comments:
Post a Comment