T
tom
I have a fairly complex union query that is behaving
in a strange manner.
Basically if I run the first select statement alone,
everything runs as expected.
If I union the first select statement with a second
statement, a record from the first select statement
is deleted. If I use a union all no records are deleted.
The record that is deleted is not the same as another
record, although the information that the query is
instructed to show is the same.
in a strange manner.
Basically if I run the first select statement alone,
everything runs as expected.
If I union the first select statement with a second
statement, a record from the first select statement
is deleted. If I use a union all no records are deleted.
The record that is deleted is not the same as another
record, although the information that the query is
instructed to show is the same.