query sync project
unknown
pgsql
a year ago
284 B
13
Indexable
UPDATE projects
SET logs = projects.name || ' ' || projects.province || ' ' || projects.subdistrict || ' ' || projects.city
|| ' ' || (select office_agents.name from office_agents where office_agents.id = projects.office_id)
where logs is not null;Editor is loading...
Leave a Comment