sycn log prop baru

 avatar
unknown
pgsql
10 months ago
233 B
6
Indexable
update projects
set logs = name || ' ' || province || ' ' || city || ' ' || subdistrict || ' ' || projects.desc || ' ' || (select office_agents.name from office_agents  where office_agents.id = projects.office_id)
where logs is null;
Editor is loading...
Leave a Comment