Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwd83 committed May 6, 2014
1 parent 77b49bf commit 2743c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shard-query/README.md
Expand Up @@ -19,7 +19,7 @@ The primary goal of Shard-Query is to enable low-latency query access to extreme
* PERCENTILE(expr, N) - take a percentile, for example percentile(score,90)
* JOINs are supported (unshareded tables are duplicated on all nodes to support JOINS)
* ORDER BY, GROUP BY, HAVING, WITH ROLLUP, and LIMIT are supported
* Also upports INSERT, UPDATE, DELETE
* Also supports INSERT, UPDATE, DELETE
* Also supports DDL such as CREATE TABLE, ALTER TABLE and DROP TABLE

###Key Features
Expand Down

0 comments on commit 2743c78

Please sign in to comment.