How can i make an if else statement where the condition is in sql.for example:\
if data exist then
delete the old and insert the new data
else
insert new data.
Thank you.
if data exist then
delete the old and insert the new data
else
insert new data.
Thank you.
Comment