UNLOCK TABLE

4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next

version 11


UNLOCK TABLE sql_name

Description

The UNLOCK TABLE command is used to unlock a table that has previously been locked via the LOCK TABLE command. It will not work if it is passed within a transaction or if it is used on a table that is locked by another process.

Example

This command removes the lock on the MOVIES table:

   UNLOCK TABLE MOVIES

See Also

ALTER TABLE, LOCK TABLE.


4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next