Hi,
I am using
ant's sql task to automate the sql query execution.SQL query are executing successfully,but the thing i want is if a particular query is executed once,it should not
execute again.
Currently the problem I am facing is below :
I have a insert query from which i am inserting a record in a table.If i execute that query again it will again populate the duplicate data which should not ideally happen
Is there a way by which i can solve this issue....Please guide.