From: "Kevin Plexico" <[EMAIL PROTECTED]>
> Is there a function or quick way of removing duplicates from a list? Didn't
> see any in the Language Reference.
>
Not always functional or quick, but
query a db grouping by key field or combination of fields that will result in a
table
of rows where each row represents unique instance of duplicates
write this query to a new table
drop old table
rename new table to old table name
it's klunky, but it is the standard method
Pan
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.