Requirement
Solution
UPDATE `users` SET `organisation` = 'organisation' WHERE `users`.`organisation` is NULL
UPDATE `trips` SET `title` = 'Splendid Kashmir Tours' WHERE `trips`.`id` = 1;
SELECT * FROM `trips` WHERE `trips`.`id` = 1;
Requirement
Solution
UPDATE `users` SET `organisation` = 'organisation' WHERE `users`.`organisation` is NULL
UPDATE `trips` SET `title` = 'Splendid Kashmir Tours' WHERE `trips`.`id` = 1;
SELECT * FROM `trips` WHERE `trips`.`id` = 1;
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)