Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Analyse a MySQL Table for Inefficiencies (See related posts)

// description of your code here

SELECT * FROM tags PROCEDURE ANALYSE()

Comments on this post

peter posts on Feb 10, 2006 at 07:37
How exactly does this work? I tried it, but it returned the normal results.

You need to create an account or log in to post comments to this site.


Click here to browse all 5140 code snippets

Related Posts