-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Description
:) select count() from numbers((not toDecimal128('0.0', 0) LIKE 'like'), 0)
SELECT count()
FROM numbers(NOT (toDecimal128('0.0', 0) LIKE 'like'), 0)
Query id: 344be205-9cf6-4be5-9c42-157f245aabad
2025.11.12 14:35:42.702118 [ 147289 ] {344be205-9cf6-4be5-9c42-157f245aabad} <Fatal> : Logical error: 'Inconsistent AST formatting: the query:
select count() from numbers((not toDecimal128('0.0', 0) LIKE 'like'), 0)
Formatted as:
SELECT count() FROM numbers(NOT (toDecimal128('0.0', 0) LIKE 'like'), 0)
Was parsed and formatted back as:
SELECT count() FROM numbers(not(toDecimal128('0.0', 0) LIKE 'like'), 0)'.