I've been trying research online on how to combine "If" statements into my query. Suppose I wanted to create a query such that I want to create a extra column called "HIGH_VALUE", and then include a if else statement such that "If Value = "A" > "B" then = "Value A", Else "value B" AS "HIGH_VALUE".
question from:https://stackoverflow.com/questions/65919605/sql-if-case-how-to