SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseSQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old September 14th, 2004, 12:12 PM
Kupo? Kupo? is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 1 Kupo? User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Search Query Returning Duplicate Records

Basically I want to search for a term (apple) and return the results. It's structured basically like a message board where people post a problem (incident), then we post notes attached to the problem. The following code works fine, however if apple comes up in 2 different "notes" within the same problem, the incident is returned twice. I would like for only one incident to be returned even if multiple notes within it contain "apple." Could anyone steer me in the right direction?

Code:
SELECT DISTINCT Incidents.Incident, IncidentNotes.Summary, IncidentNotes.user_id, (Locations.Location+' - '+Locations.Description) AS LocDisp, tbl_workorder_status.*
FROM ((Incidents INNER JOIN IncidentNotes ON Incidents.Incident = IncidentNotes.Incident) INNER JOIN Locations ON Incidents.LocationID = Locations.LocationID) INNER JOIN tbl_workorder_status ON Incidents.status = tbl_workorder_status.status_id
WHERE IncidentNotes.Description Like ('*apple*') OR IncidentNotes.Summary Like ('*apple*')
ORDER BY Incidents.Incident DESC

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > Search Query Returning Duplicate Records


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT