Alternative languages (PRQL, PQL)
TL;DR
Set the language to PRQL
Set the language to PQL
Introduction
Anyquery supports out-of-the-box alternative languages to SQL. You can use PRQL or PQL to query your data. PRQL is an attempt to make SQL more human-readable, and PQL is language similar to Microsoft Kusto Query Language (KQL).
PRQL
PRQL allows you to write queries in a more human-readable way. FROM statement is at the beginning of the query, and the SELECT statement is at the end (which makes sense when writing a query). PRQL is available in the shell mode, stdin mode, and query as a flag argument.
To enable PRQL, run:
Or once the shell mode is open, run:
PQL
PQL is a language that tries to bridge the gap between proprietary languages like KQL, Splunk SPL, and SQL. PQL is available in the shell mode, stdin mode, and query as a flag argument.
To enable PQL, run:
Or once the shell mode is open, run: