Skip to content

Commit

Permalink
Update operators-and-expressions.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
victorleeTG committed Jun 26, 2023
1 parent cf12357 commit bbd4c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/querying/pages/operators-and-expressions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ include::appendix:example$minimal_net/operators_expressions_math_operators_resul
--
====

==== Automatic numeric type casting
=== Automatic numeric type casting

When the two operands for a mathematical operator have different data types, the operator will first make an internal copy of the operand with the "lower" precision and convert it the "higher" precision, according to this hierarchy, from lowest to highest:

Expand Down Expand Up @@ -779,4 +779,4 @@ GSQL > RUN QUERY expression_stmnt_ex()
include::appendix:example$work_net/operators_expressions_expression_statement_results.json[]
----
--
====
====

0 comments on commit bbd4c48

Please sign in to comment.