I need to extract all value from COMUNI_ISTAT where not in SERVIZIO
the two Fields are named ISTATEXT
EXTRACT value from COMUNI_ISTAT where not in SERVIZIO
-
- PlatinumLounger
- Posts: 4532
- Joined: 26 Apr 2010, 17:36
EXTRACT value from COMUNI_ISTAT where not in SERVIZIO
You do not have the required permissions to view the files attached to this post.
-
- Administrator
- Posts: 79662
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
Re: EXTRACT value from COMUNI_ISTAT where not in SERVIZIO
SELECT * FROM COMUNI_ISTAT WHERE ISTATEXT Not In (SELECT ISTATEXT FROM SERVIZIO)
Best wishes,
Hans
Hans