2 lines
100 B
SQL
2 lines
100 B
SQL
UPDATE post SET category = '' WHERE category = NULL;
|
|
UPDATE post SET tags = '{}' WHERE tags = NULL;
|