|
Posted by Jerry Stuckle on June 8, 2008, 10:13 pm
Please log in for more thread options jsd219 wrote:
> That worked, thank you very much...i do have one more issue to deal
> with now. the value of the month is August or July. how would i go
> about converting that back to an integer. ie 06, 07? I tried changing
> the DISTINCT from MONTHNAME to MONTH and that gives me the integer but
> then i need a variable to change that integer into the Month Name.
> Either way i go about it i need an additional variable that converts
> my query value to the opposite of what i pulled. I hope this makes
> sense. :)
>
> God bless
> jsd219
>
These are SQL questions, and should be asked in the appropriate database
newsgroup, i.e. comp.databases.mysql for MySQL.
You'll get much better answers there - that's where the database experts
hang out.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|