12 lines
228 B
SQL
12 lines
228 B
SQL
# name: test/issues/general/test_6822.test
|
|
# description: Issue 6822: Unexpected error in TryMultiplyOperator with lcm(.,.)
|
|
# group: [general]
|
|
|
|
statement ok
|
|
PRAGMA enable_verification
|
|
|
|
query I
|
|
SELECT lcm(4, 6 :: int128)
|
|
----
|
|
12
|