How do I lock a table during run-time?

Run dmSQL and execute the following commands to lock a table.

LOCK TABLE table_name {SHARE|EXCLUSIVE} MODE {WAIT|NO WAIT};

 

Copyright 1999-2001 CASEMaker Inc. All rights reserved.
Comments or questions about our web site? Please write the webmaster.
Terms and Conditions | User Privacy Statement