> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.cdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GETDELETED Statements

> You can issue the GETDELETED query to retrieve all records deleted from the live data for the time range specified. This query accepts a datetime value as a filter, as shown in the following example:

```bash theme={null}
GETDELETED FROM <table_name> WHERE <search_condition>
 
<search_condition> ::=
  {
    <expression> { = | < | <= | > | >= } [ <expression> ]
  } [ { AND | OR } ... ]
 
<expression> ::=
  | @ <parameter>
  | ?
  | <literal>
```
