| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Eve Atley | Date: | August 17 2004 5:22pm |
| Subject: | Assistance with SQL syntax: pulling duplicates back | ||
| View as plain text | |||
I think this is an easy question...I've set up a SQL statement like so:
SELECT resume.Section_Value, candidate.Location FROM resume, candidate WHERE
resume.Section_ID = '1' AND MATCH (resume.Section_Value) AGAINST ('html')
AND candidate.Location LIKE '%CA%' OR 'California'
------------------
And where 'html' should come up in 1 entry, I get duplicates when printing
out the field to the screen:
------------------
html unix network php Over 10 years of HTML experience. 2 years networking
administration.
html unix network php Over 10 years of HTML experience. 2 years networking
administration.
------------------
I can't decide if this is my code, or the SQL syntax. Would it be possible,
based on this statement, to have pulled back duplicates from the same
record?
- Eve
| Thread | ||
|---|---|---|
| • GUI for MySQL | Kirti S. Bajwa | 12 Aug |
| • AW: GUI for MySQL | Freddie Sorensen | 12 Aug |
| • Re: GUI for MySQL | Karam Chand | 13 Aug |
| • Re: GUI for MySQL | Martijn Tonies | 13 Aug |
| • Full text for keyword(s) search? | Eve Atley | 17 Aug |
| • RE: GUI for MySQL | Guillermo Chinchilla Zúñiga | 12 Aug |
| • RE: Full text for keyword(s) search? | Victor Pendleton | 17 Aug |
| • Assistance with SQL syntax: pulling duplicates back | Eve Atley | 17 Aug |
| • Re: Assistance with SQL syntax: pulling duplicates back | Michael Stassen | 17 Aug |
| • Re: Assistance with SQL syntax: pulling duplicates back | Michael Stassen | 17 Aug |
| • Re: Assistance with SQL syntax: pulling duplicates back | SGreen | 17 Aug |
| • RE: Assistance with SQL syntax: pulling duplicates back | Victor Pendleton | 17 Aug |
| • Re: Assistance with SQL syntax: pulling duplicates back | Michael Stassen | 17 Aug |
