Create a SQL-like Sequence in Clickhouse -


i have sql query having sequence in it.

how can create sequence create in sql in clickhouse?

clickhouse don't support sequences postgresql or other rdbms use case?

you need insert data incremented sequence ? for? or need sequencematch , sequencecount functions funnel analyze?

may it's url helfull https://clickhouse.yandex/reference_en.html#sequencematch(pattern)(time,+cond1,+cond2,+...)


Comments

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

c# - Update a combobox from a presenter (MVP) -