Skip to content

Commit

Permalink
Merge pull request #5654 from influxdata/jz-delete-from
Browse files Browse the repository at this point in the history
Remove DELETE FROM from query spec
  • Loading branch information
jackzampolin committed Feb 12, 2016
2 parents b7ad1bc + 014bbd3 commit 30a31d3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions influxql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,20 +358,6 @@ CREATE USER jdoe WITH PASSWORD '1337password';
CREATE USER jdoe WITH PASSWORD '1337password' WITH ALL PRIVILEGES;
```

### DELETE

```
delete_stmt = "DELETE FROM" measurement where_clause .
```

#### Example:

```sql
-- delete data points from the cpu measurement where the region tag
-- equals 'uswest'
DELETE FROM cpu WHERE region = 'uswest';
```

### DROP CONTINUOUS QUERY

```
Expand Down

0 comments on commit 30a31d3

Please sign in to comment.