I need to populate a table with author names
for example the table name is "author" and it has a field "authorname"
of type text.  "authorname" has the following values:
W. Shakespear
J. Smith
W. Shakespear
R. Williams
K. Winslet
... and so on.

Then I want SQLAlchemy to remove the duplicates, so that "W.
Shakespear" will be saved only once.

How can I achieve this using SQLAlchemy?
Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to