File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
The <productname>&productname;</productname> equivalence operator is
12
12
defined to returns NULL when both operands are NULLs. However, the Microsoft
13
13
SQL Servers family traditionaly defined other semantic for equivalence
14
- operator, where operator returns TRUE in the case of both nulled operands.
14
+ operator, where operator returns TRUE in the case of both nulled operands.
15
15
This module provides such operator with MSSQL semantic.
16
16
</para>
17
17
</sect2>
Original file line number Diff line number Diff line change 29
29
<title>MCHAR and MVARCHAR features</title>
30
30
<itemizedlist>
31
31
<listitem>
32
- <para>defined <function>length(str)<function> function</para>
32
+ <para>defined <function>length(str)</ function> function</para>
33
33
</listitem>
34
34
<listitem>
35
- <para>defined <function>substr(str, pos[, length])<function> function</para>
35
+ <para>defined <function>substr(str, pos[, length])</ function> function</para>
36
36
</listitem>
37
37
<listitem>
38
38
<para>defined operator <emphasis>||<emphasis>, which would be applied to concatenation any (mchar and mvarchar) arguments</para>
You can’t perform that action at this time.
0 commit comments