Skip to content

Commit 52b4214

Browse files
committed
add delete documentation
1 parent 8e86128 commit 52b4214

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ http://localhost:9200/_sql/_explain?sql=select * from indexName limit 10
5252
select COUNT(*),SUM(age),MIN(age) as m, MAX(age),AVG(age)
5353
FROM bank GROUP BY gender ORDER BY SUM(age), m DESC
5454

55+
* DELETE
56+
57+
DELETE * FROM bank WHERE age >30 AND gender = 'm'
58+
59+
5560
> ###Beyond sql
5661
5762
* Search
@@ -80,10 +85,11 @@ http://localhost:9200/_sql/_explain?sql=select * from indexName limit 10
8085

8186
## Features
8287

88+
* SQL Select
89+
* SQL Delete
8390
* ES TopHits
8491
* ES MISSING
8592
* ES STATS
86-
* SQL select
8793
* SQL COUNT distinct
8894
* SQL where
8995
* SQL AND & OR

0 commit comments

Comments
 (0)