Overview
You can use the following YDB CLI commands to run YQL queries:
- ydb yql: Runs YQL queries and scripts with streaming enabled (without limiting the amount of returned data).
- ydb scripting yql: Runs YQL queries and scripts, limiting the amount of data returned. You can also use this command to view the query execution plan and the response metadata.
- ydb table query execute: Runs DML queries with a given level of transaction isolation and a standard retry policy.
- ydb: Switches the console to interactive mode and executes YQL queries and scripts.
Commands 1-3 support the same functionality for query parameterization in YQL.