MUKESHY12390
Well-known Member
- Joined
- Sep 18, 2012
- Messages
- 901
- Office Version
- 2013
- 2011
- 2010
- 2007
- Platform
- Windows
Hi All,
I'm trying to build query to get record which are not available in other table. I know the query it works every other database but not in which I'm using.
Is there something to do with the value like any special character in field.
And by using Do loop I can get record but the situation doesn't demand for loop.I need build query only.
Any help would be appreciate.
Thanks,
Mukesh Y
I'm trying to build query to get record which are not available in other table. I know the query it works every other database but not in which I'm using.
PHP:
SELECT ID from A
Where ID NOT In(Select ID from B)
Is there something to do with the value like any special character in field.
And by using Do loop I can get record but the situation doesn't demand for loop.I need build query only.
Any help would be appreciate.
Thanks,
Mukesh Y