Zmiany pomiędzy wersją 32 and wersją 33 dla DeployerGuide/Customization/ProcessAutomation/Examples

Pokaż
Ignoruj:
Data i czas:
08/06/12 17:28:02 (12 years temu)
Autor:
JP (IP: 213.227.67.33)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Customization/ProcessAutomation/Examples

    v32 v33  
    135135LEFT JOIN workflow_log wl USING(sop_id)  
    136136WHERE 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 
     139SELECT * FROM bs_unnest(array[2,3,4]) as qq where not (array[qq] <@ array[2,3]); 
     140 
    137141}}} 
    138142  
     
    218222 
    219223}}} 
     224 
     225== Linki przydatne == 
     226 
     227Funkcje tablicowe Postgres: 
     228[http://www.postgresql.org/docs/8.4/static/intarray.html]