I have a column in a table with the values 0, 1, 2, where 0 = None, 1 = Multiply, 2 = Divide
I am creating a view to this table, so how in the SQL select can I convert this column to N, M or D
I have a column in a table with the values 0, 1, 2, where 0 = None, 1 = Multiply, 2 = Divide
I am creating a view to this table, so how in the SQL select can I convert this column to N, M or D