PL/SQL editor does not support JOIN expressions
PL/SQL Editor module for NetBeans IDE
Brought to you by:
sumsoft
Originally created by: Alexey.K...@gmail.com
What steps will reproduce the problem?
Add portion of code to PL/SQL editor such as:
SELECT k.ID
INTO v_komp_id
FROM P_PRODUCT p JOIN P_KOMP k
ON p.ID = k.FK_PROD_ID;
What is the expected output?
I expect no errors behaviour.
What do you see instead?
Editor shows error: separator expected.
What version of the product are you using? On what operating system?
Windows XP Pro, NetBeans 6.5 RC1, pl_sql-editor_1.0
Please provide any additional information below.
See attached file: join.JPG
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: alexan...@sumsoftsolutions.com
(No comment was entered for this change.)
Cc: alexan...@sumsoftsolutions.com
Status: Started
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: alexan...@sumsoftsolutions.com
Will be fixed in the version 1.1
Status: Fixed
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: alexan...@sumsoftsolutions.com
Hello,
the sql qery is the part of NetBeans, perhaps you should ask direct at netbeans.org
Regards,
Alexandre