Hello All
I am trying to write an update query which will set a field to one of two possible values. The value to be set depends on a string contained in the same table.
For example:
If the string = "String1" or "String2" then the value needs to be: Value1
But if the string = "String3" then the value needs to be: Value2
Is there a way of doing this in an update query?
I am trying to write an update query which will set a field to one of two possible values. The value to be set depends on a string contained in the same table.
For example:
If the string = "String1" or "String2" then the value needs to be: Value1
But if the string = "String3" then the value needs to be: Value2
Is there a way of doing this in an update query?