4 lines
111 B
MySQL
Raw Normal View History

2023-06-12 15:10:44 -05:00
UPDATE "Item"
SET "subName" = 'tech'
WHERE "Item"."parentId" IS NULL
AND "Item"."userId" = 13361; -- hn user id