Results 1 to 9 of 9

Thread: SQL Help [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2002
    Location
    UK
    Posts
    147

    Angry SQL Help [RESOLVED]

    I have the following SQL Query:

    VB Code:
    1. SELECT * FROM ALLTAGS INNER JOIN
    2. Trend_Definitions ON ALLTAGS.Real_Tag_NAME = Trend_Definitions.REAL_TAG_NAME

    This passes back all the records in ALLTAGS that exsist in Trend_Definitions.

    How can i change this to return all the recordes from ALLTAGS that DO NOT exist in Trend Definitions?
    Last edited by mik706; Jul 18th, 2005 at 04:47 AM.
    Mik706

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width