Thank you very much Sathyaram,
Following is the error message I get:
SQL0010N The string constant beginning with "x' FROM ap_profile
ac2, company co2 WHERE ac2.appl_id = 3 AND co2.comp" does not
have an ending string delimiter.
Explanation:
The statement contains a string constant, beginning with
"<string>", that is not terminated properly.
The statement cannot be processed.
User Response:
Examine the statement for missing apostrophes in the indicated
string constant.
sqlcode : -10
sqlstate : 42603
Besides this, while using MTK_AS400 toolkit to convert, it complains about the syntax on outer join
FROM cy_review_sections crs LEFT OUTER JOIN currentcy_review ac1 ON ac1.cy_section_link_id = crs.cy_section_link_id,
I am very new to db2 SQL, so please excuse me, if I ask any stupid question
Quote:
Originally posted by sathyaram_s
Did you get any error message ?
Cheers
Sathyaram
|