> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-fbfa8bee.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Documentação sobre a instrução EXISTS

# Instrução EXISTS

```sql theme={null}
EXISTS [TEMPORARY] [TABLE|DICTIONARY|DATABASE] [db.]name [INTO OUTFILE filename] [FORMAT format]
```

Retorna uma única coluna do tipo `UInt8`, que contém o valor `0` se a tabela ou o banco de dados não existir, ou `1` se a tabela existir no banco de dados especificado.
