I have a table which contains a visible field which can either hold 'y' or 'n'. What i want a query which will list the visible field with reverse value, i mean if the visible field contains 'Y' then the query should return 'N' and vice versa. Any clue?