G
Guest
Hi,
i have a big problem. I have the following table:
ID Reference MsgID
---------------------
1 3234 *
2 3234 5428
3 *
4 7478 3984 *
5 2034 9454
6 2394 2034
I want to get the Records wich are marked with *. I need the following:
All Records wich Reference is NULL OR all Records wich References and MsgID is NULL OR all Records wich Reference is not in MsgID.
How can i do that?
thanks
yavuz
i have a big problem. I have the following table:
ID Reference MsgID
---------------------
1 3234 *
2 3234 5428
3 *
4 7478 3984 *
5 2034 9454
6 2394 2034
I want to get the Records wich are marked with *. I need the following:
All Records wich Reference is NULL OR all Records wich References and MsgID is NULL OR all Records wich Reference is not in MsgID.
How can i do that?
thanks
yavuz