Team,
Please guide me with the option of rollback query in case a secondary query fails and I need to rollback the first query.
Rollback query question
3 years ago
3 years ago
#1
3 years ago
#2
You're best to use Transactions for this sort of thing
3 years ago
#3
Thanks for the reply.
Can you please post a link from where I can use transactions?
Can you please post a link from where I can use transactions?
3 years ago
#4
There are many examples you can find with Google or YouTube.
Here's a good one to start with
https://www.mysqltutorial.org/mysql-transaction.aspx
Here's a good one to start with
https://www.mysqltutorial.org/mysql-transaction.aspx