Unlock table?
Hi,
I have a question about locks. We know that we can lock a table by using "LOCK TABLE ... " statement. So, is there any statement for unlocking a table?
As far as I have searched from web, there are two ways to unlock a table:
Thanks,
Ayse
As far as I have searched from web, there are two ways to unlock a table:
- Killing the session that performed the lock
- Commit or rollback
Thanks,
Ayse
0