SQL Keywords

G

Guest

Is there any keywords other that DISTINCT and DISTINCTROW that I can use to
stop duplicate records from being printed in a mailing list. DISTINCT is used
when only one field is needed from a record. I tried to use it, but I got an
error because I need for than one field in the query. Duplicates are still
displayed when DISTINCTROW is used. Does anyone know a great forum or site I
can use to check SQL out in.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Could not delete from specified tables. 3
DISTINCTROW 10
UNION SELECT 5
Create a distinct Join 3
Too many rows output by query 5
SELECT DISTINCT query 8
duplicates in a query 2
Query Problem 13

Top