We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35eb33 commit b853666Copy full SHA for b853666
postgresql/doc/src/sgml/ref/create_cast.sgml
@@ -176,7 +176,7 @@ SELECT CAST ( 2 AS numeric ) + 4.0;
176
SELECT 2 + 4.0;
177
</programlisting>
178
解析器初始时标记常量分别为<type>integer</>和<type>numeric</>。
179
-在系统目录中没有<type>integer</> + <type>numeric</>的操作符, 但是有一个<type>integer</> + <type>numeric</>操作符。
+在系统目录中没有<type>integer</> + <type>numeric</>的操作符, 但是有一个<type>numeric</> + <type>numeric</>操作符。
180
若<type>integer</>到<type>numeric</>的转换是可以执行的并且标记为 <literal>AS IMPLICIT</> — 则该查询将会成功执行。
181
解析器将使用隐性的转换并按所写的查询生成结果:
182
<programlisting>
0 commit comments