UNLOCK TABLESOn this pageSyntaxArgumentsExampleRelated Topics Releases all table locks on all databases in the workspace. After the locks are released, any previously blocked transactions resume. Syntax CopyUNLOCK TABLES [ON db_name]; Arguments db_name: name of the database Example SQLCopyUNLOCK TABLES; Related Topics FLUSH TABLES Last modified: January 9, 2023