I'm trying to temporarily rename a variable in my select statement for sorting. For instance, "Research in Motion" is the company name, but I'd like to replace it as "BlackBerry" to sort so the output is, say:
Apple
BlackBerry
Motorola
Samsung
Is there a command that can let me do this without replacing the actual value? Thanks.