LaundroMat
Programmer
Is it possible in MySQL to do something like this:
In other words, would it be possible to issue a select statement that returns Yes'es and No's, instead of 0 and 1's?
Code:
SELECT option FROM table
IF option = TRUE return "Yes" else return "No"