Search Postgresql Archives

Re: Function error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I am also getting "syntax error for below function (just some lines of function where I am getting syntax error), please suggest why?
--------------------

  -- Image path
        AND mk1.subscriber_id(+)=pcat_catalog_item.subscriber_id
        AND cs1.subscriber_id(+)=pcat_catalog_item.subscriber_id
        AND cs1.company_id(+)=pcat_catalog_item.company_id
        AND pcat_catalog_dup_detail.dest_subscriber_id(+)=pcat_item_categorization.subscriber_id
        AND pcat_catalog_dup_detail.dest_supplier_company_id(+)=pcat_item_categorization.item_company_id
        AND pcat_catalog_dup_detail.dest_catalog_code(+)=pcat_item_categorization.catalog_code
        AND mk2.subscriber_id(+)=pcat_catalog_dup_detail.subscriber_id
        AND cs2.subscriber_id(+)=pcat_catalog_dup_detail.subscriber_id
        AND cs2.company_id(+)=pcat_catalog_dup_detail.company_id;

--------------------------


ERROR:  syntax error at or near ")"
LINE 216:         AND mk1.subscriber_id(+)=pcat_catalog_item.subscribe...
                                         ^
********** Error **********
ERROR: syntax error at or near ")"
SQL state: 42601
Character: 10018

Regards
SS


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux