SQLITE and Window Functions

@khatuaani welcome to the KNIME forum.

To find the sqlite version this command should help

select sqlite_version();

https://www.sqlite.org/lang_corefunc.html#sqlite_version

Unfortunately also the H2 SQL database implementation of a local database in KNIME is one version to old to support window functions:

The only way to use window functions in a local database with KNIME without installing MariaDB or Postgres or the like is using the Hive implementation in the local big data environment. But that is not suitable for permanent storage of data.

Of course the always is the rank node in KNIME itself:

4 Likes