Skip to main content

Description

In the Null format - nothing is output. This may at first sound strange, but it’s important to note that despite outputting nothing, the query is still processed, and when using the command-line client, data is transmitted to the client.
The Null format can be useful for performance testing.

Example usage

Reading data

Consider a table football with the following data:
Read data using the Null format:
The query will process the data, but will not output anything.

Format settings

Last modified on July 2, 2026