4D v14

UNLOCK TABLE

Home

 
4D v14
UNLOCK TABLE

UNLOCK TABLE  


 

 

 UNLOCK TABLE sql_name

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

 
PROPERTIES 

Product: 4D
Theme: SQL Commands

 
SEE ALSO 

ALTER TABLE
LOCK TABLE

 
ARTICLE USAGE

4D SQL Reference ( 4D v11 SQL Release 4 )
4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)