SQL statement with formula
Posted: Thu May 03, 2007 4:22 pm
I tried to access Database (MySQL) within IE with VBScript and prepare the data in one SQL statement like this: "select Items+80, Date from Sales"
I can get data using this statement "select Items, Date from Sales", but would like to manipulate the data as seen before.
This comes handy when using boolean data to display as histogram, where different series are located one on top of another in left axis (huh, hope you understand )
Hope someone can help me.
I can get data using this statement "select Items, Date from Sales", but would like to manipulate the data as seen before.
This comes handy when using boolean data to display as histogram, where different series are located one on top of another in left axis (huh, hope you understand )
Hope someone can help me.