Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pro*C and INNER JOIN

567221Jun 5 2008 — edited Jun 14 2008
Is it possible to use INNER JOIN's with Pro*C? I'm currently getting this error:

INNER JOIN t_diagnosis b ON a.sak_diag = b.sak_diag
....1
PCC-S-02201, Encountered the symbol "INNER" when expecting one of the following:

; , for, union, connect, group, having, intersect, minus,
order, start, where, with,

The query runs fine via SQL Developer. My version of Pro*C is Pro*C/C++: Release 10.2.0.3.0.

Thanks,
Matthew
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2008
Added on Jun 5 2008
3 comments
6,909 views