Search
 
SCRIPT & CODE EXAMPLE
 

SQL

SELECT LOCKED FROM public.databasechangeloglock WHERE ID=1

UPDATE DATABASECHANGELOGLOCK SET LOCKED=FALSE, LOCKGRANTED=null, LOCKEDBY=null where ID=1;
Comment

PREVIOUS NEXT
Code Example
Sql :: oracle apex list connected users 
Sql :: sql primary key with multiple columns 
Sql :: change table to innodb mysql 
Sql :: mssql cursor 
Sql :: mysql show tables in database 
Sql :: importance of comment in mysql 
Sql :: how to delete a column in sql 
Sql :: mysql mediumint max value 
Sql :: select sql in descending order 
Sql :: how to get weekday from old date in sql 
Sql :: postgres add superuser to database 
Sql :: delete table sql 
Sql :: select statement to print longest name 
Sql :: psql import backup file for windows 
Sql :: postgresql list columns 
Sql :: postgresql where datetrunc month and year equal 
Sql :: script to add new column in table sql 
Sql :: run mysql xampp shell 
Sql :: oracle ora-00054 find 
Sql :: grant all priviledges to mysql user 
Sql :: sql delete multiple conditions 
Sql :: sql select divide column by number 
Sql :: mysql last year 
Sql :: sql update all rows 
Sql :: oracle alter table delete column 
Sql :: select amount weeks between two dates mysql 
Sql :: oracle search in date columns 
Sql :: oracle list duplicates 
Sql :: mysql start command 
Sql :: sql calculate percentage 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =