If there is a field named "status", it can either have 0 or 1 as value. when we select the field, is there any way where we can display "Accepted" for a 1, and "Rejected" for a 0 ?
Something like
IF status=0 Display "Rejected"
IF status=1 Display "Accepted"
in a simple select query ?