I can create a combination column and line chart easily manually but
would like the data to be resident on a server, then access it with a
SQL script.
I know that this is possible but am having difficulty with both the
MSQL database format and associated MYSQL commands.
The format is very simple when I input manually
Jan Feb Mar Apr May Jun Jul
Plan 100 95 90 95 100 105 100
Actual 95 80 95 95 95 110 100
How do I translate this into the database and required MYSQL script