Hi
I have a database of company details which I supply to my customers (held on MySQL).
Sometimes customers want a top up of records matching their specification but, oviously, they don't want records that they have previously been sent.
Currently I extract the records using SQL and then use a Perl script to remove the previously sent records.
I'd like to know whether there is a quicker SQL based solution to this problem as this process is often repeated and I think could be dramatically improved.
Many Thanks for any help
I have a database of company details which I supply to my customers (held on MySQL).
Sometimes customers want a top up of records matching their specification but, oviously, they don't want records that they have previously been sent.
Currently I extract the records using SQL and then use a Perl script to remove the previously sent records.
I'd like to know whether there is a quicker SQL based solution to this problem as this process is often repeated and I think could be dramatically improved.
Many Thanks for any help