Find duplicate records

Find duplicate records and do something with them

numero = 207
interpreted = N
texte =
[!] ** Untested Code below ** [/!][table name=idandemail&fields=ie_ID,ie_EMAIL][/table][search db=main.db&neDB_EMAILdatarq=[blank]]  [founditems]    [append table=idandemail]ie_ID=[db_ID]&ie_EMAIL=[url][db_EMAIL][/url][/append]  [/founditems][/search][search db=main.db&neDB_EMAILdatarq=[blank]&DB_EMAILsumm=T]  [founditems]    [text]found=[search table=idandemail&eqIE_EMAILdatarq=[url][db_EMAIL][/url]][/search][/text]    [!] do something based off of [found] [/!]  [/founditems][/search]
[!] ** Untested Code below ** [/!]

[table name=idandemail&fields=ie_ID,ie_EMAIL][/table]

[search db=main.db&neDB_EMAILdatarq=[blank]]
[founditems]
[append table=idandemail]ie_ID=[db_ID]&ie_EMAIL=[url][db_EMAIL][/url][/append]
[/founditems]
[/search]

[search db=main.db&neDB_EMAILdatarq=[blank]&DB_EMAILsumm=T]
[founditems]
[text]found=[search table=idandemail&eqIE_EMAILdatarq=[url][db_EMAIL][/url]][/search][/text]

[!] do something based off of [found] [/!]
[/founditems]
[/search]

DOWNLOAD WEBDNA NOW!

Top Articles:

WebDNA Libraries

A list of available libraries for WebDNA...

F.A.Q

A compilation of some user's questions...

WebDNA Modules

A list of the currently available modules...

Technical Change History

This Technical Change History provides a reverse chronological list of WebDNA changes...

AWS Raw WebDNA LAMP-Plus WebServer

Amazon Web Services (AWS) README for Machine Image ID...

WebDNA reference

...

Related Readings:

Setting a 30-minute Cookie

Configuring the expires time for a short-term cookie is tricky...

random password-generator code

Generate a random alpha-numeric string...

Cloning a Record

Often...

How many working days?

This small script finds the number of working days between two dates...

Do you hate updating the copyright notice at the bottom of all your pages?

It's January 1st and you have to update the copyright notice at the bottom of all your websites...

How to keep the text variable after a function has finished

By default...