Is there a way to check whether data exists in a table before I INSERT data into the table? I need to check whether the same data already exists. If it does exist then I need an error raised. If not, then INSERT.
Please help me, its urgent.
↧