File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ arow RECORD;
343
343
is specified, an assignment of a null value results in a run-time
344
344
error. All variables declared as <literal>NOT NULL</>
345
345
must have a nonnull default value specified.
346
- Equals (<literal>=</>) can be used instead of PL/SQL-compliant
346
+ Equal (<literal>=</>) can be used instead of PL/SQL-compliant
347
347
<literal>:=</>.
348
348
</para>
349
349
@@ -876,7 +876,7 @@ PREPARE <replaceable>statement_name</>(integer, integer) AS SELECT $1 < $2;
876
876
a row value, if the variable is a row or record variable). The target
877
877
variable can be a simple variable (optionally qualified with a block
878
878
name), a field of a row or record variable, or an element of an array
879
- that is a simple variable or field. Equals (<literal>=</>) can be
879
+ that is a simple variable or field. Equal (<literal>=</>) can be
880
880
used instead of PL/SQL-compliant <literal>:=</>.
881
881
</para>
882
882
You can’t perform that action at this time.
0 commit comments