Answered
MySQL - Alias Question
Hi Chaps,
Have a quick one for you...
In a SQL Query, I know you can create an alias for column name, eg.
...tbl_jobxml.job1 as job2
but can you create an alias for the value within that column, eg.
...tbl_jobxml.job1='y' as job2='Complete'
Sorry if this is dumb question, but better to ask that claim ignorance!
????
