# How to get the types returned by a ClickHouse query

DevFeed: [How to get the types returned by a ClickHouse query](<https://devfeed.tech/articles/clickhouse-tips-11-best-way-to-get-query-types-18719.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/tips-11-how-to-get-the-types-returned-by-a-query>)

Author: Tinybird

Published: 2021-09-22T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [the-data-base](<https://devfeed.tech/tags/the-data-base.md>), [tips](<https://devfeed.tech/tags/tips.md>)

## AI overview

A ClickHouse tip about determining the types returned by a query.

## Source excerpt

A fast and simple solution to know the types returned by a query. Part 11.