Search
 
SCRIPT & CODE EXAMPLE
 

SQL

postgres set null

UPDATE table1
SET column_a IS NULL
WHERE column_b = 'XXX';
Comment

set value to null postgres

UPDATE table1 
SET column_a = NULL
WHERE column_b = 'XXX';
Comment

PREVIOUS NEXT
Code Example
Sql :: oracle drop program 
Sql :: parent child hierarchy in sql 
Sql :: mysql regex select 
Sql :: sql to excel pgadmin 
Sql :: delete all from mysql table 
Sql :: what is primary key 
Sql :: google sheets filter rows above current cell 
Sql :: oracle sql count occurrences of value in column 
Sql :: sql day from datetime 
Sql :: sql delete table 
Sql :: oracle kill sessions script 
Sql :: grant sql 
Sql :: function in sql 
Sql :: oracle select 
Sql :: sql online compiler 
Sql :: mysql --version 
Sql :: primary key with prefix sql 
Sql :: adding column 
Sql :: update all columns in one update 
Sql :: between operator 
Sql :: mysql create database 
Sql :: insert into 
Sql :: sql select condition with left join 
Sql :: sql examples from framework 
Sql :: realtime database push multiple values 
Sql :: trncate table with relationships 
Sql :: configurer mysqlwampserver a distance 
Sql :: get start of week big query 
Sql :: row_number equivalent MS Access for sequential id By Group (2) 
Sql :: Is there a way to use read_sql_query and the query has WHERE column = Variable? 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =