A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pmd/pmd/issues/1948 below:

[plsql] ParseException with INSERT INTO using package global variables · Issue #1948 · pmd/pmd · GitHub

Affects PMD Version: 6.16

Rule:

Description: In given example:

Code Sample demonstrating the issue:

create or replace function test return varchar2 is
  begin

    insert into sol_individual_commission_rate
    values solt4601.rec
    returning record_version, rowid into solt4601.rec.record_version, solt4601.current_rowid;

    return null;
  end test;
/

Running PMD through: [Designer]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4