LucieLastic
Programmer
hi
What have I done wrong here?
Many thanks in advance.
Lou
What have I done wrong here?
Code:
delete FROM TestError
inner join Test on Test.ID = TestError.ID
where Test.State = 1
Test table contents
ID State
1 1
2 NULL
3 1
4 2
5 3
6 3
7 2
8 1
9 NULL
TestError contents:
ID Status
1 A
2 B
3 C
4 D
5 E
6 F
7 G
8 H
9 I
Many thanks in advance.
Lou