C
Clemens
It seems no one can correctly help me with my problem. So I try it again and
now in this topic.
I have a table with muliple fields (columns).
In one of these columns all rows can contain only 3 different values: for
example 'aaa' or 'bbb' or 'ccc'.
I need a correct update query where I can change it for example to the
following:
column: number test --> update to -->
1 aaa --> xxx
2 bbb --> yyy
3 ccc --> zzz
4 aaa --> xxx
5 aaa --> xxx
6 ccc --> zzz
7 bbb --> yyy
8 ccc --> zzz
I'm able to create an update query for only 1 value, but can't seem to
figure out how to update multiple values at once.
Please help
now in this topic.
I have a table with muliple fields (columns).
In one of these columns all rows can contain only 3 different values: for
example 'aaa' or 'bbb' or 'ccc'.
I need a correct update query where I can change it for example to the
following:
column: number test --> update to -->
1 aaa --> xxx
2 bbb --> yyy
3 ccc --> zzz
4 aaa --> xxx
5 aaa --> xxx
6 ccc --> zzz
7 bbb --> yyy
8 ccc --> zzz
I'm able to create an update query for only 1 value, but can't seem to
figure out how to update multiple values at once.
Please help