Explain Plan Window bug 2

ed10k

Member²
see "Explain Plan Window bug" from 09-05-2007 09:26.

In the middle of a package I select the following:

Code:
WITH t1 AS (SELECT * FROM dual)
  SELECT COUNT(*)
  INTO l_count
  FROM t1
  ;
and then F5. The Explain Plan Window appears with a error.
The "INTO l_count" is outcommented badly.
 
Back
Top