Zmiany pomiędzy wersją 32 and wersją 33 dla DeployerGuide/Customization/ProcessAutomation/Examples
- Data i czas:
- 08/06/12 17:28:02 (12 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Customization/ProcessAutomation/Examples
v32 v33 135 135 LEFT JOIN workflow_log wl USING(sop_id) 136 136 WHERE s.is_fix IS TRUE AND s.procid = {procedures.procid} AND wl.chloid = (SELECT max(chloid) FROM workflow_log WHERE procid = s.procid) 137 138 -- P10 139 SELECT * FROM bs_unnest(array[2,3,4]) as qq where not (array[qq] <@ array[2,3]); 140 137 141 }}} 138 142 … … 218 222 219 223 }}} 224 225 == Linki przydatne == 226 227 Funkcje tablicowe Postgres: 228 [http://www.postgresql.org/docs/8.4/static/intarray.html]