I'm sure this must be quite simple (so simple that I can't work it out!), but I have values in my DB of 1 and 0 for users who are say, activated.
I've completed an admin page which then lists these users and the value of the Activated column is 1 (or 0). But I want these 1's and 0's converted to Yes and No where necessary.
How is this possible?
I simply have a SELECT statement and then list out the values in my table.
I've completed an admin page which then lists these users and the value of the Activated column is 1 (or 0). But I want these 1's and 0's converted to Yes and No where necessary.
How is this possible?
I simply have a SELECT statement and then list out the values in my table.