Revision: 4050
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 19, 2007 00:40 by zingo
Initial Code
SELECT Name, Value FROM Month; select Name, REPEAT("#", Value/20.0+1) Graph FROM Month;
Initial URL
http://www.squarebits.com/blog/2006/11/generate_simple.html
Initial Description
You can generate a simple bar chart of the values by executing this command...
Initial Title
Generate Simple Bar Charts From a MySQL Prompt
Initial Tags
mysql, database, sql
Initial Language
SQL