R
rml
How can I make a query do the following:
If the value in column A = "123" then value of column B = "tree"
If the value in column A = "456" then value of column B = "apple"
If the value in column A = "768" then value of column B = "car"
Thanks.
If the value in column A = "123" then value of column B = "tree"
If the value in column A = "456" then value of column B = "apple"
If the value in column A = "768" then value of column B = "car"
Thanks.