Skip to content

Commit

Permalink
Fix a broken link format (#6741) (#6742)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Nov 8, 2021
1 parent f0be67d commit 8d5665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generated-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ desc select a+1 from t where a+1=3;
>
> In the above example, the column type of `a` is int and the column type of `a+1` is bigint. If the type of the generated column is set to int, the replacement will not occur.
>
> For type conversion rules, see [Type Conversion of Expression Evaluation] (/functions-and-operators/type-conversion-in-expression-evaluation.md).
> For type conversion rules, see [Type Conversion of Expression Evaluation](/functions-and-operators/type-conversion-in-expression-evaluation.md).
## Limitations

Expand Down

0 comments on commit 8d5665d

Please sign in to comment.