UPDATE table
SET table.date = t.date
FROM values((1, "2024-12-11"), values(2, "2024-12-12"), (3, "2024-12-14")) as t(id, date)
WHERE table.id = td.id;
Autoloading Package Components
Alternatively, you may use the componentNamespace method to autoload component classes by convention. For example, a Nightshade package might have Calendar and ColorPicker components that reside within the Package\Views\Components namespace:
у вас сначала p.carrierUUID сравнивается с const а потом с id из вложенного селекта? Это так проверяется что carrier принадлежит стране с ID 25e5740d-f556-40fb-bc51-7a99b35630b3?