pql | by runrevealDemoDemo (opens in a new tab)ContactContact (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Language
    • Operators
      • as operator
      • count operator
      • extend operator
      • join operator
      • project operator
      • sort operator
      • summarize operator
      • take operator
      • top operator
      • where operator
    • Scalar Functions
      • count() (aggregation function)
      • countif() (aggregation function)
      • iff()
      • isnotnull()
      • isnull()
      • not()
      • now()
      • strcat()
      • tolower()
      • toupper()
    • Using Pql with Clickhouse
    • Using Pql with Postgres
  • CLI

On This Page

  • Notice
Question? Give us feedback → (opens in a new tab)Edit this page
Language
Scalar Functions

Scalar Functions

The following scalar functions are supported in pql today.

  • count
  • countif
  • iff
  • isnotnull
  • isnull
  • not
  • now
  • strcat
  • tolower
  • toupper

Notice

Much of the documentation for these scalar-functions was taken from Microsoft' official Kusto Query Language repository. (opens in a new tab) which is licensed under Apache 2.0.

where operatorcount() (aggregation function)
Copyright © 2024 RunReveal, Inc. All rights reserved.