ClickHouse/docs/en/sql-reference/statements/exists.md
2022-04-04 02:05:35 +03:00

354 B

toc_priority toc_title
45 EXISTS

EXISTS Statement

EXISTS [TEMPORARY] [TABLE|DICTIONARY] [db.]name [INTO OUTFILE filename] [FORMAT format]

Returns a single UInt8-type column, which contains the single value 0 if the table or database does not exist, or 1 if the table exists in the specified database.