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 f960394 commit 925a8cbCopy full SHA for 925a8cb
test/sql/storage/attach_types.test
@@ -36,7 +36,7 @@ NULL NULL NULL NULL
36
# test all types
37
statement ok
38
CREATE TABLE all_types_tbl AS SELECT *
39
-EXCLUDE (float, double, ubigint, hugeint, uhugeint, nested_int_array, struct, struct_of_arrays, array_of_structs, map, "union", fixed_int_array, fixed_varchar_array, fixed_nested_int_array, fixed_nested_varchar_array, fixed_struct_array, struct_of_fixed_array, fixed_array_of_int_list, list_of_fixed_int_array, varint)
+EXCLUDE (float, double, ubigint, hugeint, uhugeint, nested_int_array, struct, struct_of_arrays, array_of_structs, map, "union", fixed_int_array, fixed_varchar_array, fixed_nested_int_array, fixed_nested_varchar_array, fixed_struct_array, struct_of_fixed_array, fixed_array_of_int_list, list_of_fixed_int_array, bignum)
40
REPLACE(
41
CASE WHEN int IS NOT NULL THEN '2000-01-01' ELSE NULL END AS date,
42
CASE WHEN int IS NOT NULL THEN '2000-01-01 01:02:03' ELSE NULL END AS timestamp,
0 commit comments