This message was deleted.
s
This message was deleted.
s
Hi Richard, The value type ClickHouse syntax is a little convoluted right now. There should be a timestamp column even though it won't be used and the name of the result column should be
value
. Example
Copy code
SELECT 1 as value, now() as ts;