Hi
What is the correct way to compare a new record with the one before it. Basically, I have a table that stores web page names. Before adding another page name to the table, I want to check that the last one entered isn't the same page. If it is, the page name doesn't get entered again.
Is there a simple SQL trick for this?
Many thanks
Shaun
What is the correct way to compare a new record with the one before it. Basically, I have a table that stores web page names. Before adding another page name to the table, I want to check that the last one entered isn't the same page. If it is, the page name doesn't get entered again.
Is there a simple SQL trick for this?
Many thanks
Shaun