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 e5f5378 commit e8bfd92Copy full SHA for e8bfd92
tests/unit/core/compile/sqlglot/expressions/snapshots/test_binary_compiler/test_mul_timedelta/out.sql
@@ -11,7 +11,7 @@ WITH `bfcte_0` AS (
11
`bfcol_1` AS `bfcol_8`,
12
`bfcol_2` AS `bfcol_9`,
13
`bfcol_0` AS `bfcol_10`,
14
- INTERVAL `bfcol_3` MICROSECOND AS `bfcol_11`
+ `bfcol_3` AS `bfcol_11`
15
FROM `bfcte_0`
16
), `bfcte_2` AS (
17
SELECT
tests/unit/core/compile/sqlglot/expressions/snapshots/test_binary_compiler/test_sub_timedelta/out.sql
0 commit comments