Skip to content

Commit ca152f7

Browse files
authored
Enable gcd function in sql_features.md (#136)
1 parent 6bb3b1a commit ca152f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/compatibility/sql_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ the [system table compatibility](../system-table) page.
249249
| exp | Yes | |
250250
| factorial | Yes | Also exists as ! operand |
251251
| floor | Yes | |
252-
| gcd | No | |
252+
| gcd | Yes | Missing support for numeric input type. Supports int4, uint8, int8. |
253253
| lcm | No | |
254254
| ln | Yes | |
255255
| log | Yes | |

0 commit comments

Comments
 (0)