[doc] Update release notes (#4820, #4825)

This commit is contained in:
Andreas Dangel
2024-02-16 08:49:34 +01:00
parent 81206f2ee3
commit a481a062fe
2 changed files with 11 additions and 1 deletions

View File

@ -1273,8 +1273,12 @@ void AbstractSelectStatement(AbstractSelectStatement node) #void :
}
/**
* Note: The SELECT INTO statement can be preceded by a WithClause, even though this is not in the
* official reference documentation.
*
* @see https://docs.oracle.com/en/database/oracle/oracle-database/18/lnpls/SELECT-INTO-statement.html
* @see https://docs.oracle.com/en/database/oracle/oracle-database/18/lnpls/img_text/select_into_statement.html
* @see https://docs.oracle.com/en/database/oracle/oracle-database/23/lnpls/SELECT-INTO-statement.html
* @see https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/SELECT.html
*/
ASTSelectIntoStatement SelectIntoStatement() :
{}