Re: [HACKERS] a problem when poring from Oracle's PL/SQL to PLPGSQL
billy schrieb: > pgsql-hackers: > > The following is Oracle's PL/SQL > > if resTypeTableName is null > then > queryStr := 'select IntIID, Path FROM aaResourceData' || ' where > ResType=''' || srcType || ''' and ResID=''' || sr
[HACKERS] a problem when poring from Oracle's PL/SQL to PLPGSQL
pgsql-hackers: The following is Oracle's PL/SQL if resTypeTableName is null then queryStr := 'select IntIID, Path FROM aaResourceData' || ' where ResType=''' || srcType || ''' and ResID=''' || srcID || ;